本帖最后由 北国牧马 于 2017-4-7 15:18 编辑 不好意思,刚才写的太简单了。我使用的cubemx生成的一个简单点灯的例程,使用的L073的那款开发板,选择使用内部高速晶振,调试时总进入到这个错误里面。 /* Check that the new number of wait states is taken into account to access the Flash memory by reading the FLASH_ACR register */ if((FLASH->ACR & FLASH_ACR_LATENCY) != FLatency) { return HAL_ERROR; } 总是进到这个错误 该怎么改 求大神帮助 |
不好意思,已经改进
http://www.stm32cube.com/article/135