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.

Fail to unlock the Kick registers in OMAP-L137

Other Parts Discussed in Thread: OMAP-L137

hello,

I am using OMAP-L137 for our project, in this our application resides in ARM processors so we are using DSP UBL to jump to ARM for

running the application and also all general initialization is done in DSP UBL (like KICK register locking/unlocking, SPI, UART etc).

UBL is working fine i can able to successfully jump to our main application which is residing in ARM processors. Here i am trying to read KICK registers

it is showing 0x00000000 although i try to unlock it by updating these registers to 0x83e70b13 and 0x95a4f1e0. But still when i try to observe this registers in

(View->Registers) during debugging it is showing 0x00000000.