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.

如何将多个.out文件烧写到NAND中



在我的工程里面的主程序是通过编程来控制LED.我的设计初衷是通过每一个核来控制每一个LED,即core0控制LED0;core1控制LED1;core2控制LED2。在仿真的过程中我是把这三个.out文件分别load到每一个核中,然后run,结果是正确的,每个核点亮了相应的LED。可是我想把这三个.out文件烧写到NAND中,如何将三个.out文件烧写到NAND中?