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: Code Composer Studio
Hi ,
I have fallowed the steps mentioned http://processors.wiki.ti.com/index.php/Multi-Core_Debug_with_CCS .
I created two different ccs projects with simple printf in each project. Then launched the target configuration and connected targets cortexa15_0 & cortexa15_1 .
Then loaded two different projects in cores and grouped the two cores .
Up to here it is fine but the problem is when run the two cores one core is working and the other one goes to undefined instruction or unhandled adp instruction.
Please help me in this.
Thanks & Regards,
Chaitanya.
Hi Rafael,
Thank you ,this solved my problem . But I have small doubt how interrupts will be directed to core. That is only one core will handle interrupts or both. If only one which core will handle the interrupts. And is there any way to redirect interrupts to other cores.
Thanks & Regards,
Chaitanya.