搜索资源列表
UART
- MSP430串口自动波特率识别(代码)。已在MSP430EP449中运行过。
Release2.1
- flash烧写器,支持WRIGGLER和SDT的JTAG(运行时可自动选择)-burning flash devices, and support WRIGGLER SDT JTAG (runtime can automatically select)
2440BootLoader.rar
- 针对三星s3c2440的引导程序,具备自动判断由NorFlash,NandFlash还是调试 启动方式,然后自我复制,运行。,Samsung S3C2440 for guidance procedures, have the automatic judging NorFlash, NandFlash start-up mode or debug, then the self-replication, run.
LM3S_UART
- 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
2410BootLoader
- s3c2410引导程序,自动判断由NorFlash,NandFlash还是调试 启动方式,然后自我复制,运行。-S3C2410 boot automatically judged by the NorFlash, NandFlash start-up mode or debug, then the self-replication, run.
YZJ_GPRS_V4_RVDS
- 在S3C2440上运行的"电子日历“(支持平年,闰年,星期自动调整). 开发环境是RVDS2.2-S3C2440 running at the " e-calendar" (to support an average year, a leap year, automatically adjusts the Week). RVDS2.2 development environment are
LanguageProgram
- 基于ti公司TMS320C5416编写的语言程序,包含c语言和汇编语言,程序均已在硬件平台上运行,可以实现录放音,自动回放等功能。-It is prepared for language program based TMS320C5416, including the c language and assembly language, the program has been running in the hardware platform, and it can achieve the sou
ourdev_7
- 优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Re
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
51PSDPTFT
- 在KEIL Uvision3上编译的电子相框程序,编译后写入单片机可运行的,SD卡上放入320X240大小的BMP格式的图片,可自动播放的.
USER_CODE
- 电老鼠程序 可下载到自制电老鼠上自动运行-The the electric mouse program can be downloaded to run automatically on a homemade electric mouse
Stm32iap
- 基于STM32的IAP代码,串口下载。自动运行。-Based on the STM32 IAP code, serial download. Automatically.
PWM
- S3C6410PWM 初始化 已经代码设置启动后自动运行-S3C6410 PWM inial
ADC-key-procession
- 用51的MCU的IO方式控制74HC595驱动8位数码管(4位共阴4位共阳)使用Timer0的16位自动重装来产生1ms节拍,程序运行于这个节拍下, ADC按键和行列扫描按键均影射成统一的键码, ADC按键键码为1~16, 行列扫描按键键码为17~32.-Way with 51 MCU IO control 74 hc595 are needed drive eight digital tube (4, a total of four Yin Yang) Timer0 16 automatic
实验47_2 DSP FFT测试
- 测试STM32F4的DSP 库的FFT函数,程序运行后,自动生成1024点测试序列,然后,每当KEY0按下后,调用DSP库的FFT算法(基4法)执行FFT运算,在LCD屏幕上面显示运算时间,同时将FFT结果输出到串口,DS0用于提示程序正在运行。(Test the FFT function of the DSP Library of STM32F4. After the program runs, the 1024 point test sequence is automatically gen
