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/TMS320F28388D: CPU2 BOOT from FLASH

Part Number: TMS320F28388D


Tool/software: Code Composer Studio

hello 

I am using F28388D controller.

I have written a boot loader to jump to sector 4 where the application resides , i am observing my jump to application software in CPU1 is successful , but the jump to application software in CPU2 is not successful i am using the same files to boot from FLASH sector 0.

I have even used the boot function in CPU1 to enable CPU2 to boot from Sector 0 where my boot loader resides.

When ever CPU2 jumps to Sector 4 with my instruction  " asm(" LB 0x088000 ");  it enter the code start branch and then to  boot28.asm file where it gets stuck with below error

"C28xx_CPU2: Trouble Reading Register PC: (Error -1142 @ 0x0) Device blocked debug access because it is currently executing non-debuggable code. Choose 'Rude Retry' to disable polite mode and force the operation. (Emulation package 9.2.0.00002) "

Can you please tell me what is this error so that i can help me debug further.