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.

CCS/66AK2H14: how to flash the application into multiple cores.

Part Number: 66AK2H14

Tool/software: Code Composer Studio

Hi,

I am using CCS7.4 and ti-processor-sdk-rtos-k2hk-evm-04.03.00.05-Windows-x86-Install.

1. I have to flash one application into DSP core 0 and another application into DSP core 1.

I followed below steps:

  • out2rprc.exe  app1.out  app1_rprc
  • out2rprc.exe  app2.out  app2_rprc
  • MulticoreImagGen.exe  LE 55  app 5 app1_rprc  6  app2_rprc
  • Flashed app using flashwriter .

But when I changed the boot mode to SPI , It got stuck at

Jumping to user application....

2. I want to flash the application to DSP core 1 instead of DSP core 0.

  • out2rprc.exe  app.out  app_rprc
  • MulticoreImagGen.exe  LE 55  app  6  app_rprc
  • Flashed app using flashwriter .

Here also when I changed the boot mode to SPI it got stuck at 

Jumping to user application....

Please help me to solve this.

Thanks and Regards,

Mahima Shanbag