请问下TI的工程师,msp430FR5739能跑ucos2吗?今天刚收到TI给的msp430FR5739开发板,想在上面跑下ucos2
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问下TI的工程师,msp430FR5739能跑ucos2吗?今天刚收到TI给的msp430FR5739开发板,想在上面跑下ucos2
理论上可行,但不推荐使用,FRAM虽然可以用作 RAM。内核大量的变量要更改为FRAM的间接访问。工作量较大也容易出错。如无必要,不建议在2KRAM以下的SRAM中移植UCOS。