Hi,
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.
Hi,
Hello YanTCK,
As you have mentioned, NOR flasher first loads the bin file to DDR ( 0x80100000) and the flashes it to the NOR flash (0x08xxxxxx).
For adding header file to binary, see "Generating Executable Binary - Post Build Script" section in user guide.
Regards,
Shahid
Normally, industrial sdk examples use this script in CCS post build steps. (Project Properties->Build->Steps->Post-build step).
Please paste the below given command in CCS post build step,
"${IA_SDK_HOME}/tools/post_build/post_build.bat" "${CCS_INSTALL_ROOT}" "${CG_TOOL_ROOT}" "${PWD}" "${ProjName}" "${IA_SDK_HOME}/starterware/tools/ti_image/" "1" "2" "0x08010010" "0x08010010"