-
uboot 移植到 arm 9 2440的开发板 已带好DM9
uboot 移植到 arm 9 2440的开发板 已带好DM9-uboot transplanted to the arm 9 2440 development board has been to bring good DM9
- 2023-06-25 23:15:04下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-05-31 20:49:36下载
- 积分:1
-
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4...
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
- 2022-04-12 23:15:03下载
- 积分:1
-
tms320c2812 the flash driver, flash using 39f400!
tms320c2812的flash驱动程序,flash用的是39f400!-tms320c2812 the flash driver, flash using 39f400!
- 2022-04-12 04:55:30下载
- 积分:1
-
Sample code Ohmmeter with PSoC
Sample code Ohmmeter with PSoC
- 2022-01-31 08:19:38下载
- 积分:1
-
2410TK test code, including the IIC, IIS, RTC, Flash, IrDA, LCD and other parts...
2410TK测试代码,包括IIC,IIS,RTC,Flash,IrDA,LCD等部分-2410TK test code, including the IIC, IIS, RTC, Flash, IrDA, LCD and other parts of
- 2022-07-10 10:01:12下载
- 积分:1
-
Serial Experiments 3c2410 code can also be applied to projects.
3c2410的串口实验代码,还可以,可应用到工程上。-Serial Experiments 3c2410 code can also be applied to projects.
- 2022-02-15 10:12:44下载
- 积分:1
-
实现了键盘的驱动 其他头文件在BIOS中已经提供
实现了键盘的驱动 其他头文件在BIOS中已经提供
- 2022-03-17 22:49:48下载
- 积分: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
-
Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。
Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
- 2022-08-03 13:50:46下载
- 积分:1