-
基于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
-
1602驱动 可以使1602进行字符或者字符串的显示
1602驱动 可以使1602进行字符或者字符串的显示-1602 driver allows 1602 characters or strings to display
- 2023-06-07 00:25:04下载
- 积分:1
-
基于密度的交通信号控制器
应用背景交通允许时间控制系统的基础上的车辆密度的特定道路使用8051关键技术为89v51rd2飞利浦单片机使用Keil C代码
- 2023-08-29 06:10:03下载
- 积分:1
-
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FOR...
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FORTRAN程序并且多数不能真正运行。鉴于目前在许多嵌入式系统中要用到FFT运算,如以DSP为核心的交流采样系统、频谱分析、相关分析等。本人结合自己的实际开发经验,研究了实数的FFT算法并给出具体的C语言函数,读者可以直接应用于自己的系统中。--I implemented FFT algorithm in real number and provides a C function. Users could use it directly in their systems.
- 2022-01-26 01:17:49下载
- 积分:1
-
s3c2410上移植ucos,并在ucos下实现iis音频功能
s3c2410上移植ucos,并在ucos下实现iis音频功能-s3c2410 on transplantation OUT, OUT and under iis Audio function
- 2022-02-04 23:38:14下载
- 积分:1
-
ucosiii+lpc1768
附件代码为自己根据Micrium官方代码进行更改移植,移植后的程序经过2天的不间断拷机,系统能够正常运行。
- 2023-02-18 02:20:04下载
- 积分:1
-
linux下的DM9000的驱动,对于学习网卡移植的朋友有很大帮助
linux下的DM9000的驱动,对于学习网卡移植的朋友有很大帮助-DM9000 under linux drivers for the card to learn a great friend of transplantation to help
- 2023-06-06 09:50:03下载
- 积分:1
-
embedded technology university bulletin board Banju talks
嵌入式技术漫谈中科大bbs版聚讲座-embedded technology university bulletin board Banju talks
- 2022-08-15 02:34:48下载
- 积分:1
-
用C语言编的带数码管显示的电子琴,含有实验报告
用C语言编的带数码管显示的电子琴,含有实验报告-Made by C language with a digital display of the organ, the report contains the experimental
- 2023-03-28 16:45:03下载
- 积分:1
-
本书是《ARM 嵌入式系统系列教程》中的理论课教材。以PHILIPS 公司LPC2000 系列ARM 微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。全书...
本书是《ARM 嵌入式系统系列教程》中的理论课教材。以PHILIPS 公司LPC2000 系列ARM 微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。全书共分为3 部分:第1 章和第2 章为理论部分,主要介绍嵌入式系统的概念及开发方法。第3~5 章为基础部分,主要介绍ARM7 体系结构、指令系统及LPC2000 系列ARM 微控制器的结构原理。第6~8 章为应用部分,主要以LPC2000 系列微控制器为例介绍如何设计嵌入式系统,包括硬件的设计、μC/OSII 的移植以及建立软件开发平台的方法。-This book is " ARM Embedded System Series Tutorials" in the theory of teaching materials. With PHILIPS company LPC2000 series ARM microcontrollers, for example, learn more on various aspects of embedded system development. The book is divided into three parts: Chapter 1 and Chapter 2 the theoretical part, focuses on embedded systems concepts and development methods. 3 ~ 5 s-based parts, mainly introduces the ARM7 architecture, instruction set and LPC2000 series ARM microcontrollers structural principle. 6 ~ 8 s for the application part, mainly in LPC2000 family of microcontrollers, for example describes how to design embedded systems, including hardware design, μC/OSII transplantation and the establishment of software developmen
- 2022-01-25 16:41:28下载
- 积分:1