搜索资源列表
IAP方案(STM32)
- STM32的IAP方案介绍。 IAP,全称是“In-Application Programming”,中文解释为“在程序中编程”。IAP是一种对通过微控制器的对外接口(如USART,IIC,CAN,USB,以太网接口甚至是无线射频通道)对正在运行程序的微控制器进行内部程序的更新的技术(注意这完全有别于ICP或者ISP技术)。ICP(In-Circuit Programming)技术即通过在线仿真器对单片机进行程序烧写,而ISP技术则是通过单片机内置的bootloader程序引导的烧写技术。
STM32-USART-Bootloader.pdf
- STM32 USART bootloader protocol
EXTIPUSART
- stm32的usart通信,其中用了中断-stm32 usart communication, with the interrupt
xd-stm32-8
- 芯达STM32入门系列教程之八《USART串口编程》-Core up to STM32 Getting Started tutorial series of eight the USART serial programming "
STM32study-diary(7)
- 核心MCU为STM32的学习笔记之USART的使用-The core MCU STM32 USART study notes use
CA248
- One monitoring Terminal system based on STM32 is introduced in this paper. The system used STM32 as core controller, GPIO and USART as control and communication channel. GPS, GPRS, wired transmission and power section together makes up the sy
zjx-STM32-USART
- STM32 USART开发实例,MDK上通过-STM32 USART
SinhVienIT.Net--IDMP6.21PBuildP11PFullP
- Here s the result. After few seconds of displaying the Powered by FreeRTOS message, the demo will now display the status of all tasks. If there s no error occurred, it will show PASS and the jitter in the processing of timer interrupt (timertest.c).
STM32-Flash-when-USART-enable
- 在其产品设计中,经常会使用STM32片上Flash模拟一个EEPROM的功能,用于存贮数据。在软件调试时,发现开启此功能,会影响到USART通信,导致偶尔发生个别数据接收不到的现象。本文档详细介绍原因和解决方法。-vIn its product design, often using the STM32 chip Flash EEPROM simulates a function for storing data. When software debugging and found that t
stm32
- 485双机通讯,包含了485,spi,ii2c,can等,需要的用户可以下载-stm32,please download,there are many examples,contain 485,can,usart ,spi,ii2c,and so on.
STM32-USART
- STM32 UART使用,中断方式,含源码-STM32 UART
USART收发
- 使用STM32F103芯片实现USART的实时收发,异步通信(USART real-time transceiver, asynchronous communication)
21-USART—串口通信
- STM32F103 example of USART used
STM32 USART自动波特率检测
- STM32 USART自动波特率检测 正确的USART通信要求发送和接收波特率的匹配度足够高,否则可能发生通信错误。 当在两个设备之间建立通信链路时,自动波特率检测十分有用,因为从设备能够检测到主控 制器的波特率并进行相应的自我调整。这需要使用一种自动机制来确定波特率。 某些STM32器件中内置的USART外设提供许多功能,包括硬件自动波特率检测。 本应用笔记旨在介绍STM32微控制器的自动波特率检测功能,并为没有在硬件中实现此功能 的STM32器件提供替代软件方法。