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.

Custom bootloader to application jump for F28335



Hi,

I have written a custom bootloader (non-BIOS) for F28335. I am using Flash A for it. And writing the actual application (DSP-BIOS) to Flash memory (sector B to H) using custom bootloader. I am using asm jump instruction to jump (asm (" MOVL XAR7, #300004) and asm(" LB *XAR7"))

I can jump to application and coming back to bootloader by reseting multiple times.

Can you please tell what all things I need to care before jumping.

Do I need to Initilized I/O and if yes then how?

Regards,

Sarang