-
基于ARM的温度显示程序,可以在OCM12864上显示温度变化
基于ARM的温度显示程序,可以在OCM12864上显示温度变化
- 2022-02-26 17:15:15下载
- 积分:1
-
Single
单片机的C语言程序,实现USB转串口的功能。-Single-chip C-language procedures, implementation of the function of USB to serial port.
- 2022-08-09 12:24:25下载
- 积分:1
-
基于ARM嵌入式系统的通用bootloader的设计与实现
基于ARM嵌入式系统的通用bootloader的设计与实现-the designe and actualization of bootloader on arm embeded system
- 2022-12-12 09:20:03下载
- 积分:1
-
"SendA"通过调用监控程序,向串行口发送字符“A”。提供的codeworrior编程范例,旨在通过给出的范例使用户对codeworrior的使用有所了解。...
"SendA"通过调用监控程序,向串行口发送字符“A”。提供的codeworrior编程范例,旨在通过给出的范例使用户对codeworrior的使用有所了解。--Send character A to the serial port by invoking detecting program. The code is compiled in codewarrior, so users could know a bit of codewarrior.
- 2022-05-08 17:34:40下载
- 积分: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
-
Basis in the transplant s3C44b0 note, online resources, and share
uclinux 在s3C44b0上的移植说明,网上资源,与大家共享-Basis in the transplant s3C44b0 note, online resources, and share
- 2022-01-26 05:18:21下载
- 积分:1
-
ecap_capture_pwm
Ecap捕获pwm是一种适用于交流泵和电机逆变器的pwm波形编程。
- 2023-08-12 12:40:03下载
- 积分:1
-
一份很好的ARM开发原理图,为STR710,ARM7
很好用
一份很好的ARM开发原理图,为STR710,ARM7
很好用-a very good development of the ARM diagram for the STR710, ARM7 good use
- 2022-05-18 13:58:18下载
- 积分:1
-
5位LED显示驱动芯片14498的显示驱动
5位LED显示驱动芯片14498的显示驱动-five LED display driver chip 14498 display driver
- 2022-04-11 16:56:43下载
- 积分:1
-
文章描述了TMS320C6000 digital signal processors (DSPs)的CPU结构、管道技术、指令系统....
文章描述了TMS320C6000 digital signal processors (DSPs)的CPU结构、管道技术、指令系统. --It describes TMS320C6000 digital signal processors (DSPs) s CPU structure, channel technique and instructions.
- 2022-04-22 22:42:09下载
- 积分:1