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.

TMS570LC4357: Bootloader jump cause a dataentry abort

Part Number: TMS570LC4357

Tool/software:

Hi jagafdish,

I developed a bootloader code which use for jump to application software. When I try to jump application software from bootloader I always get data entry. How can i solve that?

jump_add_u32 = (uint32_t)OP_FW_JUMP_ADD;

((void (*)(void))jump_add_u32)();

This is code part for jump algorithm.

Furkan 

Best Regards,