Other Parts Discussed in Thread: CONTROLSUITE
按照例程代码,要烧写到flash中,加上_STANDALONE,_FLASH,CPU1(cpu1);_FLASH,CPU2(cpu2);程序只能运行CPU1内的,cpu2的代码并不能执行,去掉_STANDALONE,cpu1和cpu2都可以执行,只是在线进行,当断电后只有CPU1的代码,CPU2代码仍然没有 这是为什么啊?
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.
按照例程代码,要烧写到flash中,加上_STANDALONE,_FLASH,CPU1(cpu1);_FLASH,CPU2(cpu2);程序只能运行CPU1内的,cpu2的代码并不能执行,去掉_STANDALONE,cpu1和cpu2都可以执行,只是在线进行,当断电后只有CPU1的代码,CPU2代码仍然没有 这是为什么啊?