Dear Sir
in can boot loader " extern unsigned int apiLoadStart;" where can find "apiLoadStart" definition....thanks!
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.
Dear Sir
in can boot loader " extern unsigned int apiLoadStart;" where can find "apiLoadStart" definition....thanks!
Hello,
It is defined in linker.cmd file:
flashAPI:
{
.\source\Fapi_UserDefinedFunctions.obj (.text)
.\source\bl_flash.obj (.text)
--library= "c:\ti\Hercules\F021 Flash API\02.01.01\F021_API_CortexR4_LE.lib" (.text)
} palign=8 load = FLASH0, run = SRAM, LOAD_START(apiLoadStart), RUN_START(apiRunStart), SIZE(apiLoadSize)