art Number: TMS570LS3137
I am using the TMS570LS3137 Boot loader reference example from the processors.wiki.ti.com/index.php/TMS570_Hercules_MCU_Bootloader web page .
To download the 2 attached files ,
1) For the .bin file has initial 0x00000000 ( ApplicationFlashAreaDummy_with_initial_Zeros.bin) works as expected and downloads the file entirely with no errors .
2) But For the .bin file that has initial data other than 0x00000000 (ApplicationFlashAreaDummy_not_having_initial_Zeros.bin) fails ( only 8 bytes are burned than it fails) to download while the processor hangs at following instruction in bl_flash.c
while(FAPI_GET_FSM_STATUS!= Fapi_Status_Success);
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/908/8270.ApplicationFlashAreaDummy_5F00_not_5F00_having_5F00_initial_5F00_Zeros.7z
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/908/1411.ApplicationFlashAreaDummy_5F00_with_5F00_initial_5F00_Zeros.7z