Part Number: PROCESSOR-SDK-AM437X
Tool/software: Code Composer Studio
In CCSv6, I use the pdkProjectCreate create a project, and then compiling, it will execute the "tiimage.exe" to make the "app" at the last step, such as :
C:\ti\pdk_am437x_1_0_4\packages\MyExampleProjects\GPIO_LedBlink_mydAM437x_armExampleProject\Debug>C:/ti/pdk_am437x_1_0_4/packages/ti/starterware/tools/ti_image/tiimage.exe 0x80000000 NONE GPIO_LedBlink_mydAM437x_armExampleProject.bin app )
But, In CCSv7, it have not the last step.
where can I set an item in the CCSv7 to execute the "tiimage.exe" to make the "app"?