Hi,
I have question about TMDXICE3359 board and ISDK.
I'm using ICE and trying to boot from NOR Flash.
It seems that NOR bootloader is working but the application never executed.
I wrote NOR BootLoader to 0x0800_0000 and application to 0x0801_0000 of NOR Flash.
The application is i2c_led sample from ISDK.
There was no prebuild i2c_led sample for NOR boot, so I re-build the project.
I only setup Post Build Script parameter from CCS as follow:
"${IA_SDK_HOME}/tools/post_build/post_build.bat" "${CCS_INSTALL_ROOT}"
"${CG_TOOL_ROOT}" "${PWD}" "${ProjName}" "${IA_SDK_HOME}\tools\isdk_image\"
"1" "2" "0x08010000" "0x08010000"
Am I mistaken something or is there anything else to setup?
Please give me an advise.
best regard,
g.f.