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.

CCS/CC2640: Automating TI OAD Image Tool (Python) on CCS

Part Number: CC2640


Tool/software: Code Composer Studio

Hi,

 on the CC2640 BLE OAD User Guide on "10.2 TI OAD Image Tool(Python)"  i want to add the automation on CCS that make the python script step at the so it can generate a .bin file.

Since the crcmod is required i open the cmd on windows and install the module like this: "pip install crcmod"

But even when the module is installed, CCS gives me this error:

"C:/Python27/python.exe" "C:/ti/simplelink_cc2640r2_sdk_1_35_00_33/tools/blestack/oad/oad_image_tool.py" "C:/Users/michael/workspace_v7/simple_peripheral_cc2650lp_app/FlashOnly_OAD_ExtFlash/simple_peripheral_cc2650lp_app.hex" "C:/Users/michael/workspace_v7/simple_peripheral_cc2650lp_app/../stack/FlashROM/simple_peripheral_cc2650lp_stack.hex" -t offchip -i app -m 0x1000 -v 1 -o "C:/Users/michael/workspace_v7/simple_peripheral_cc2650lp_app/simple_peripheral_cc2650lp_merge.hex"
Could not load module 'crcmod'. Please install package. pip [--proxy <addr>] install crcmod
makefile:224: recipe for target 'post-build' failed
gmake[2]: [post-build] Error 1 (ignored)

How can i fix this?