Part Number: TMS320F28377D
Tool/software:

I am doing a update codes work. when i use CCS to load out file, I found
In flash have 0xffff in memory window, but in bin file do not have 0xffff data
i do not know why.
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.
Part Number: TMS320F28377D
Tool/software:

I am doing a update codes work. when i use CCS to load out file, I found
In flash have 0xffff in memory window, but in bin file do not have 0xffff data
i do not know why.
Hello Ding,
What are you expecting to see in at this location?
I want to generate bin file used to upgrade codes, but I found some flash address is 0xffff, the bin file has not 0xffff, so using bin file to upgrade had failed. I expect that the bin file also has 0xffff as the same as the flash in chip ,my app address is 0x88000
Hello Ding,
Does your bin file cover the entire Flash? Flash when erased has 0xFFFF values, so any address that is not specifically covered by a linker section would remain erased and have the 0xFFFF value. When performing verification, you need to either refer directly to your linker section address ranges, or you can provide a linker fill argument to the linker so that it knows what to put in those empty spaces.
ibukun
The problem is done.I also had a jump question.. By the watchdog,App jump into bootloader, the code do not run. Even device reboot by hardware, the code still do not run.when i connect the debugger, it appeared the picture
Hello Ding,
Please check the following:
Best regards,
Ibukun