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);
}