搜索资源列表
STM32F103
- 包括STM32F103系列MCU开发所需要的各种例程,非常适合于STM32F103系列MCU初学者下载使用-Including STM32F103 Series MCU development needs of the various routines, very suitable for the STM32F103 Series MCU‘ beginners download
DS18B20-STM32
- STM32 Cortex-M3上的温度传感器DS18B20程序。从单片机上移植过来的-STM32 Cortex-M3 on the temperature sensor program. From the MCU on the transplant
USART
- STM32F103 arm单片机实现串口通信 收发数据-STM32F103 arm single chip serial communication send and receive data
AT91SAM7X256_USART_test
- 一个AT91SAM7X256 USART驱动实验,硬件环境为at91sam7x-ek开发板,开发环境为iar。-An experimental AT91SAM7X256 USART driver, hardware environment at91sam7x-ek development board, development environment for iar.
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
STM32_DMA_FIFO_an3109
- st company micro processor stm32f DMA FIFO communication.
USART - STM32F
- USART Application on STM32F
USART - STM32F
- USART Application on STM32F103
USART
- Implementation UART 1..3 in STM32F using CubeMX
STM32F10x_StdPeriph_Lib_V3.5.0
- ADC examples 3 & 4 updated DEBUG example Example modified to support RIDE specific printf function implementation I2C example5 i2c_ee.c: add the following function prototypes: "void GPIO_Configuration(void)" add "void I2C_C