Hi,
I am trying to enable OAD post-build to existing project on TI-CCP1352P1.
Added the following to the post-build step,
${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/oad_image_tool --verbose ccs ${PROJECT_LOC} 7 -hex1 ${ConfigName}/${ProjName}.hex -k ${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/private.pem -o ${ConfigName}/${ProjName}
Ans i tried to build using debug configuration then it is throwing an error,
makefile:228: recipe for target 'post-build' failed
[4484] Failed to execute script oad_image_tool
Traceback (most recent call last):
File "oad_image_tool.py", line 542, in <module>
File "oad_image_tool.py", line 343, in main
File "oad_image_tool.py", line 184, in createAppStackBinfile
File "imgBinUtil.py", line 252, in updateImgLen
File "imgBinUtil.py", line 105, in writeBytes
OverflowError: can't convert negative int to unsigned
gmake[2]: [post-build] Error -1 (ignored)
What can be the reason ? What else changes needs to be added in properties ?