Hi ,
How i can debug the boot issues and insure that the sections loads and run i found here that adding an infinite loop and change the value of the register when connecting CCS .
start_of_bootloader: ZERO B1 spin: [!B1] B spin NOP 5
Is it posible to insert a led indication in boot loader to insure visualy that the bootload reach this point and then move it to cover all the bootloader code .
I used EVM6424 which contains 4 led
Regards.