app.out用AISgen生成 .bin,然后烧录到NANDFLASH中。我是不是把NANDFLASH,烧录的.bin,数据读出来 ,然后存到DSP的RAM缓存中(比如)0x1181 0000地址中,然后想调APP函数 时是不是 运行这个 appEntry = (void (*)(void)) 0x1181 0000; 就能 运行起来APP工程。这样做可行吗?
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.