stm32f4系列无法在keil仿真
使用的芯片具体型号为stm32f411ceu6。
·
使用的芯片具体型号为stm32f411ceu6
解决方法:
1.在魔术棒的debug页面修改参数


2.添加ini文件
在工程目录下创建debug.ini文件,内容为:
map 0x40000000, 0x400077FF read write // APB1
map 0x40010000, 0x40014BFF read write // APB2
map 0x40020000, 0x4007FFFF read write // AHB1
map 0x50000000, 0x50060FFF read write // AHB2
map 0x60000000, 0xA0000FFF read write // AHB3
map 0xE0000000, 0xFFFFFFFF read write // CORTEX-M4 internal peripherals
然后导入文件路径

更多推荐



所有评论(0)