不好意思,刚才写的太简单了。我使用的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;
} 总是进到这个错误 该怎么改 求大神帮助
一周热门 更多>