Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

c6713 bootloader Issue

I have used a bootloader available for BlinkDSK6713 for my custom board having c6713 and SST flash.

I have checked via using load symbols and breakpoint in .asm. But bootloader is not working. Values are not transferred into respective registers. (pic attached)


FLASH_START .equ 0x90000400 ;flash start address
CODE_START .equ 0x00000400 ;start of non boot code
CODE_SIZE .equ 0x0000F000 ;application code size in byte


The loop doesnot iterates..

Any comments/suggestions....

-Anwar Naseem