使用cubemx生成一个简单点灯例程出现卡死跑飞

2019-07-14 14:16发布

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

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。