How do I jump to the BSL from the C code running on the target?
I am implementing feature to load in new code via software command which jumb to the BSL. I have read through the slaa452, slau319 but I could not decipher how to jump to the BLS. I tried to implement the suggestion in slau319a, section 2.9.2 on page 20 using inline statement --
asm(" BR &0C00h);
I tried to single step through the branch but it did not go to the location 0C00h but instead the PC = 3FFEh. Do I need to set up access keys? Where do I find the example code that calls the BLS from C? Thank you in advanced.
Regards,
Sy