工具/软件:Code Composer Studio
您好!
在"10.2 TI OAD 映像工具(Python)"上的 CC2640 BLE OAD 用户指南中 、我想在 CCS 上添加自动化功能、使 python 脚本步进、以便它可以生成.bin 文件。
由于需要 crcmod、我在 Windows 上打开 cmd 并安装如下模块:"pip install crcmod"
但是、即使在安装模块时、CCS 也会出现以下错误:
"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 "
无法加载模块'crcmod'。 请安装软件包。 PIP [-proxy ]安装 crcmod
Makefile:224:目标'post-build'的配方失败
gmak[2]:[编译后处理]错误1 (忽略)
如何解决此问题?