Tool/software:
Hi, experts
We want to download and run single core examples on CPU3.
Please let me know whether the requirement can be achieved.
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.
Tool/software:
Hi, experts
We want to download and run single core examples on CPU3.
Please let me know whether the requirement can be achieved.
run single core examples on CPU3.
Hi Zou,
Please refer to the IPC CPU1 and CPU3 example in the C29-SDK.
CPU1 needs to program code to flash allocated to CPU3, CPU3 has access to flash only in Bank Mode 2 (Please refer to the Datasheet section Flash Memory Map for more details)
You need to get CPU3 out of reset using CPU1 as shown in the C29 SDK multicore examples. Pleas try those and ask any further questions you may have.
Thanks
Hi Prarthan
I understand the way of downloading code to CPU3 in current SDK multicore examples.
Is it possible to program code to CPU3 without CPU1 using the future SDK release version?
Hi Zou,
No CPU3 reset is controlled by CPU1, hence CPU1 has to release CPU3 out of reset.
Without CPU1, we cannot release CPU3 out of reset.
Thanks