|

楼主 |
发表于 2018-12-29 23:41:18
|
显示全部楼层
map 0x40000000,0x47ffffff readwrite
map 0x50000000,0x57ffffff readwrite
map 0xa0000000,0xa7ffffff readwrite
map 0xf0000000,0xf7f00000 readwrite
map 0x1fff7a10,0x1fff7a40 readwrite
在option for target 中添加 以上 内容的 initionlization file 文件后可以运行到main()了 但是串口窗口UART#1 仿真不了,看不到东西。
fputc函数中的下面死循环已被注释了
while (USART_GetFlagStatus(USART1, USART_FLAG_TC) == RESET)
{}
|
|