stm32f407 usart 收发例子

时间:2021-06-15 15:33:32
【文件属性】:
文件名称:stm32f407 usart 收发例子
文件大小:115KB
文件格式:ZIP
更新时间:2021-06-15 15:33:32
STM32F407 USART 基于MDK5(uVision5.23.0.0)的串口通讯实例。在PC串口一端发送 0x0D ,板子上收到后回复 hello world\0
【文件预览】:
JLinkLog.txt
RTE
----CMSIS()
--------RTX_Config.h(12KB)
--------RTX_Config.c(2KB)
----Device()
--------STM32F407ZGTx()
--------STM32F407VETx()
----_Target_1()
--------RTE_Components.h(1KB)
EventRecorderStub.scvd
my02.uvguix.anigo
DebugConfig
----Target_1_STM32F407ZGTx.dbgconf(3KB)
----Target_1_STM32F407VETx.dbgconf(3KB)
Listings
----my02.map(250KB)
----startup_stm32f407xx.lst(81KB)
my02.uvoptx
main.c
my02.uvprojx
JLinkSettings.ini

网友评论

  • 例子虽然简单,但是还是谢谢楼主分享!