Part Number: CC2745R10-Q1
Tool/software:
I have one user-specific bootloader image flashed in the SSB slot with the version set as 1.0. An application image is flashed in the primary slot with the version set as 2.0. As per Secure Boot's functionality, the image with the higher version boots up (in this case, the application image). However, now I want to enter the SSB slot.
I'm trying to perform a jump from my application to bootloader with the following code:
/**************************************************************************************/
/**************************************************************************************/
When this code is executed, the device reboots into the application again (higher version number), even though I'm changing the registers for the bootloader's addresses.
I have also tried using the ROM API:
Could you review this process and provide any insights into potential issues or suggest alternative steps to perform a jump?