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.

[参考译文] CC3235MODAS:CCS 编译需要 PC 连接到 LaunchPad

Guru**** 2576005 points
Other Parts Discussed in Thread: CC3235SF, SYSCONFIG

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1164059/cc3235modas-ccs-build-requires-pc-to-connect-to-launchpad

器件型号:CC3235MODAS
Thread 中讨论的其他器件:CC3235SFSysConfig

刚刚更新至 CCS 12等

当我使用 CCS 构建 AT 应用程序时、我注意到它现在尝试连接到我的 LaunchPad、即使它最终会写入到定制板。  如果/当我们切换到让我们的编译主程序执行所有的编译时、这将是一个问题。  是否有禁用此功能的方法?  我在 image.syscfg 中设置了"使用默认 MAC 地址"、但切换效果更不好。

如果我在另一个程序上打开 Launchpad、我会看到:

Building secondary target: "at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.bin"
Invoking: Arm ObjCopy
"C:/ti/ccs1200/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armobjcopy" -O binary --only-section .text --only-section .const --only-section .cinit --only-section .resetVecs "at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.out" "at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.bin"
Finished building secondary target: "at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.bin"
 
Building secondary target: "syscfg/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.sli"
Invoking: Image Creator
"C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/net/imagecreator/bin/SLImageCreator.exe" syscfg create_image --sdk_path "C:/ti/simplelink_cc32xx_sdk_6_10_00_05" --json "C:/Projects/ccu_wifi/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs/MCU+Image/syscfg/ti_drivers_net_wifi_config.json" --file "C:/Projects/ccu_wifi/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs/MCU+Image/syscfg/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.sli" --mcu "C:/Projects/ccu_wifi/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs/MCU+Image/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.bin"
INFO:root:FTDI not detected, trying XDS
makefile:205: recipe for target 'syscfg/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.sli' failed
Traceback (most recent call last):
  File "<string>", line 5262, in <module>
  File "<string>", line 5258, in main
  File "<string>", line 5228, in cmdline
  File "<string>", line 4653, in command_sysconfig_create_image
  File "<string>", line 2498, in create_image_from_sysconfig
  File "<string>", line 1561, in connect_device
  File "W:\***\***.py", line 325, in get_ex_port
***.***.SerialError:
Error: SLImageCreator.exe: could not open port 'COM7': WindowsError(5, 'Access is denied.')
In development mode, SLImageCreator.exe requires device access to retrieve MAC address.
SLImageCreator returned -1
gmake[1]: *** [syscfg/at_commands_CC3235SF_LAUNCHXL_tirtos_ccs.sli] Error -1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
makefile:177: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    在 SDK 示例中、您还具有"调试"配置、而不仅仅是"映像"。

    您可以切换到"调试"、然后在没有映像创建器的情况下仅调用编译+链接器、因此不会尝试下载。

    此致、

    Shlomi