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.

TMS320F280049: Asking for best practice to jump between secondary boot loader and app

Part Number: TMS320F280049

Hi expert,

Engineer usually put one image on flash entry point sector as an secondary boot loader and another image in some other flash sector as app part. In this practice, they need to switch between the two parts by loading differnt values in PC register. If we jump with some assembly code:

1. Will it be necessary to reset all the CPU registers? If not, what should we do?

2. Will it be necessary to put code start branch at the front of each image and jump to the begining of code start branch to initialize RAM?

3. What else would you recommend us to do here?

BTW, Any application note regarding this to share with us?

Thanks

Sheldon