LaunchPad F28069 在RAM里程序可以正常运行,烧写到flash里后,只有如下mainISR()可以运行,我的理解是因为它被搬到RAM里了,而main()里的函数因为没有搬到RAM都不运行,我用GPIO跳转的办法测试过。请问这是什么原因呢?
#pragma CODE_SECTION(mainISR,"ramfuncs");
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.