-
RAM掉电保护电路
RAM掉电保护电路--Design of RAM power-off protection circuit.
- 2022-02-21 04:38:39下载
- 积分:1
-
能实现彩色品目的图像显示,里面有三幅图像,可以自动变换...
能实现彩色品目的图像显示,里面有三幅图像,可以自动变换-Items to achieve color image display, which has three images, you can automatically transform
- 2022-08-05 14:21:32下载
- 积分:1
-
在ADI公司网站找到一些一些关于AD73360的资料,或许有用
在ADI公司网站找到一些一些关于AD73360的资料,或许有用-In ADI the company
- 2022-03-17 03:51:48下载
- 积分:1
-
DDS generator NIOS. C files, NIOSII can be in Verilog code generation with custo...
DDS发生器NIOS .c文件,在NIOSII中可以配合Verilog代码生成的自定义外设产生DDS信号-DDS generator NIOS. C files, NIOSII can be in Verilog code generation with custom peripherals DDS generated signal
- 2022-03-09 14:28:45下载
- 积分:1
-
74HC595控制LED点阵
资源描述此程序是基于LPC2414,功能是通过74HC595的驱动程序来控制LED点阵,分别控制LED点阵的每一行和每一列,用来显示自己想要实现的功能。
- 2022-05-20 02:34:52下载
- 积分:1
-
supervivi2 block coupled Nand Flash support WindowsCE start of vivi is now relea...
supervivi2 支持带坏块Nand Flash启动WindowsCE的vivi现已发布, 同时支持使用usb“一键”下载和更新linux/wince系统的vivi是目前最方便、最快的系统烧写方法,该方法由广州友善之臂首创并维护开发,仅提供映象下载-supervivi2 block coupled Nand Flash support WindowsCE start of vivi is now released at the same time support the use of usb
- 2022-04-16 08:27:11下载
- 积分:1
-
Two
双向传输协议,如自动检测I2C传输协议COM端口需要连接
- 2022-04-10 21:03:34下载
- 积分:1
-
The widespread use of embedded systems mandates the development of industrial so...
The widespread use of embedded systems mandates the development of industrial software design methods, i.e. computer-aided design and engineering of embedded applications using formal models (frameworks) and standardized prefabricated components, much in the same way as in other mature areas of engineering such as mechanical engineering and electronics. These guidelines have been used to develop Component-based Design of Software for Embedded Systems (COMDES). The paper gives an overview of the COMDES framework, followed by a presentation of a generic component types, such as function blocks, activities and function units. The execution of function units is discussed in the context of a newly developed execution model, i.e. timed-multitasking, which has been extended to distributed embedded systems.
- 2022-06-01 17:45:40下载
- 积分:1
-
avr下最小化的printf函数,可以输出八进制与十六进制数值。
avr下最小化的printf函数,可以输出八进制与十六进制数值。-avr小printf 私 十
- 2022-01-24 15:27:44下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1