Greetings,
I'm trying to use OAD image tool in SDK "simplelink_cc13x2_sdk_2_20_00_71" to create an OAD image for example "dmm_wsnnode_remote_display".
After reading the help and navigating through the tool source, I'm using this command (on Windows 7):
oad_image_tool.exe
-hex1 "C:/ti/wanot_ccs_1352_workspace/dmm_wsnnode_remote_display_cc1352r1lp_app/FlashROM_Release/dmm_wsnnode_remote_display_cc1352r1lp_app.hex"
-o my.bin
ccs "C:/ti/wanot_ccs_1352_workspace/dmm_wsnnode_remote_display_cc1352r1lp_app" 7
and I'm getting this error:
[3808] Failed to execute script oad_image_tool
Traceback (most recent call last):
File "oad_image_tool.py", line 587, in <module>
main(oad_args)
File "oad_image_tool.py", line 411, in main
args.HexPath2)
File "oad_image_tool.py", line 228, in createAppStackBinfile
imgEndOffset, imgLenOffset])
File "imgBinUtil.py", line 121, in updateImageLen
imgStAddr = computeAddr(addrTmp)
File "imgBinUtil.py", line 75, in computeAddr
addr = int(adrTemp[0]) + 256*int(adrTemp[1]) + 65536*int(adrTemp[2])
ValueError: invalid literal for int() with base 10: ''
What causes this error?
and is there any example for commands to use this tool? the help command & the BLE user's guide are not enough at all!
* James *