keil STM32编译过程中出现“No space in execution regions with .ANY selector matching”问题
keil STM32编译过程中出现“No space in execution regions with .ANY selector matching”问题

原因是keil模拟的芯片内存远小于实际芯片内存。
解决方法是修改keil中给定的芯片内存:

修改结束后,程序可以运行

keil STM32编译过程中出现“No space in execution regions with .ANY selector matching”问题

原因是keil模拟的芯片内存远小于实际芯片内存。
解决方法是修改keil中给定的芯片内存:

修改结束后,程序可以运行
