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.