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
Any comments/suggestions....
-Anwar Naseem