我用stm32cubeMX5.3创建stm32f401ve的项目,使用FreeRTOS,发现无法在proteus8.9下仿真,下载到实体硬件下是对的。分析问题出现在port.c模块。
*pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE;
/* Read the value back to see how many bits stuck. */
ucMaxPriorityValue = *pucFirstUserPriorityRegister;
实体读出为240,而proteus读出为255,证明stm32f401模型有问题,但不知如何修改?