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.

烧写程序中能否使用switch区分核号



TI工程师您好,我使用的是C6678,spi nor flash烧写,所有核共用同一套程序,使用coreNum来区分各核运行的不同程序段,使用了switch各从核跳转到对应核程序段,但是烧写进去之后,再上电连接JTAG发现从核程序运行位置有出现几个核同时运行在同一位置的情况,core1运行到了core5所在的位置,请问这是什么原因呢?