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.

TMS570LS1114: After I copy the code from flash to RAM ,how to judge to write successful?

Part Number: TMS570LS1114

Dear expert:

Now,I have successed to copy the data from flash to ram according to the QJ Wang and Chunk,but I fail to load data to CAL_ROM in my main.c ,So I just want to know how to add the calibration information including lots of data .


I load the flash API into the bootloader, CAL_ROM is used to restore important information,So I want to know whether I shuould modify any information in the cmd file?

main()

{     

 copyflash2ram((char*)api_load,(char*)api_run,(unsigned int)api_size);//Test success

 Fapi_FLASH_write(0x00000000,API_flash_read_data,8);

}