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.

Debugging Boot Issues

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.