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
Hello,
I am learning how to use the EVMK2E with the processor 66AK2E05 which has 4 ARM kernels and 1 DSP kernel. I am trying to run the same codes on all ARM kernels, but when debugging, it just shows one kernel's connection in the console. I wonder the reason for this problem.
Sufie,
It seems the target configuration needs the same GEL file assigned to core 0 in all other Cortex A15 cores to properly run.
Details about how to add GEL files to a target configuration can be found in section 7.9.5 of the CCS User's Guide, available at the CCS online help (menu Help --> Contents) or at the link below.
http://software-dl.ti.com/ccs/esd/documents/users_guide/index.html
Keep in mind that, if the code is reloaded or makes too many modifications to the device, there is a chance you need to disconnect from all cores, reset the board and then reconnect to them.
Also, the example code I sent does not print anything, really. You have to modify it to your needs.
Regards,
Rafael