主题中讨论的其他器件:CC3220SF
工具/软件:Code Composer Studio
我已经制作了自己的 projectspec 文件来启动新的基本 FreeRTOS 项目。 当我没有 launchWizard 的线路时、一切似乎都正常工作。 当我尝试使用 launchWizard="true"时,它将正确启动“启动向导”窗口,但是我无法从任何空项目(例如空项目或空项目(使用 main.c))中进行选择,也不允许我单击“完成”。
我想加入 launchWizard="true"、以便我可以在此处更改项目标题、而不必始终在 projectspec 文件中更改项目标题。 我希望我只是在 projectspec 中做了一些错误的事情。 我复制并粘贴了我在下面创建的 projectspec 文件。 请提供任何帮助。 谢谢。
<context
deviceFamily="ARM"
DeviceID="Cortex M.CC3220SF"
/>
<project
title="FreeRTOS 项目"
name="freertos_Test"
配置="调试"
工具链="TI"
connection="TIXDS110_Connection.xml"
deviceFamily="ARM"
deviceVariant="CortexM4"
器件="Cortex M.CC3220SF"
要求变量="freertos_install_DIR"
linkerCommandFile="CC3220SF_LAUNCHXL_FreeRTOS.cmd"
launchWizard="true"
编译器构建选项="
-i${COM_TI_SIMPLELINK_CC32XX_SDK_INCLUDE_PATH}
-i${PROJECT_ROOT}
-i${CG_TOOL_ROOT}/include
-i${COM_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/源代码
-i${COM_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/source/ti/posix/ccs
-i${FreeRTOS_INSTALL_DIR}/FreeRTOS/Source/include
-i${FreeRTOS_INSTALL_DIR}/FreeRTOS/Source/portable/CCS/ARM_CM3
--silicon_version=7M4
--code_state=16
--little_endian
--display_error_number
--diag_warning=255
--diag_wrap=off
--gen_func_subsections=on
--float_support=vfplib
--symdebug:dwarf
"
linkerBuildOptions="
-l${COM_TI_SIMPLELINK_CC32XX_SDK_libraries}
-llibc.a
-l${COM_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/source/ti/devices/cc32xx/driverlib/ccs/Release/driverlib.a
-l${COM_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/source/ti/drivers/lib/drivers_cc32xx.aem4
-i${COM_TI_SIMPLELINK_CC32XX_SDK_library_path}
-i${CG_TOOL_ROOT}/lib
-i${CG_TOOL_ROOT}/include
--diag_suppress=10063
--warn_sections
--display_error_number
--diag_wrap=off
-rom_model
"
enableSysConfigTool="true"
sysConfigBuildOptions="
--product ${com_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/.metadata/product.json
"
Description="FreeRTOS 项目模板">