-
stm32encoder
stm32f103正交编码器初始化以及信息收集(stm32f103encoder init)
- 2020-09-28 14:57:45下载
- 积分:1
-
LCD-Lib
Link an LCD to ARM microcontroller (AT91SAM) and drive it.
This is a library and can be used in any application written with Keil uVision.
- 2015-03-11 03:43:51下载
- 积分:1
-
ADS_AXDarmsdGuide_D
ARM® Developer Suite
Version 1.2
AXD and armsd Debuggers Guide
- 2009-06-21 17:12:42下载
- 积分:1
-
stm32 code
利用STM32F103内置ADC实现电压电流采集(Acquisition of Voltage and Current Using STM32F103 Built-in ADC)
- 2019-01-10 17:04:43下载
- 积分:1
-
MSP430_FIR
430汇编滤波器实例from 10Hz to 3990 Hz.(This code calls a Digital FIR High-pass Filter assembly function
"FIR_filter" and obtains the gain for frequency starting from 10Hz
to 3990 Hz. The filter coefficients conform with the LPF
specifications of Example 2 in the Application Report.)
- 2009-07-20 13:12:31下载
- 积分:1
-
2440
这是应用于
windows ce 4.2平台上串口接受的程序,我已经实践过,好用,也可以根据它修改出发送程序(This is used in windows ce 4.2 platform serial port to accept the procedure, I had already been put into practice, use can also be sent out according to its modified procedures)
- 2008-03-04 10:43:19下载
- 积分:1
-
ARM-Architecture-and-Programming
ARM体系结构与编程;ARM嵌入式系统基础教程(ARM Architecture and Programming)
- 2011-10-07 13:47:25下载
- 积分:1
-
炉温控制系统仿真图及程序
说明: 一个炉温控制及调节仿真系统 包括AD原理图(A furnace temperature control and regulation simulation system including ad schematic diagram)
- 2020-06-26 13:53:48下载
- 积分:1
-
simarm
ARM系列芯片的调试仿真器,该仿真器实现了TRACE32的所有功能,适合小代码调试(simulate Trace32)
- 2016-05-04 16:18:17下载
- 积分:1
-
本文件实现串口发送功能 STM32F-DMA
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData()
* 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输
每当USART的发送缓冲区空时,USART模块产生一个DMA事件,
此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART
整个过程无需用户程序干预,用户只需启动DMA传输传输即可
在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止
串口依然发送,表明DMA传输是一个独立的过程。
同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
- 2010-08-06 16:30:24下载
- 积分:1