器件型号: MSP432E401Y
您好团队:
我正在尝试从运行一个 FreeRTOS 示例 SIMPLELINK-MSP432E4-SDK 直接连接。 具体而言、我将构建示例:
gpiointerrupt_MSP_EXP432E401Y_freertos_ccs
但是、我始终会遇到以下构建错误:
**** Build Finished ****
Buildfile generation error occurred..
Required path-variable 'FREERTOS_INSTALL_DIR' cannot be resolved or is pointing to a non-existent location.
See 'Preferences > CCS > Build > Variables' page to define this path-variable before building this project.
Note that this must be a path-variable, pointing to an existing directory in the file-system.
Build stopped..
我已经验证 SDK 安装正确、并且 FreeRTOS 位于 SDK 目录下。 尽管如此、编译系统仍然无法解析FREERTOS_INSTALL_DIR path 变量。
请帮助我了解以下内容:
-
FREERTOS_INSTALL_DIRMSP432E4 SDK 的确切目录应该指向什么? -
要从此 SDK 构建 FreeRTOS 示例、是否需要任何其他 CCS 或工程配置?
-
我是否缺少 CCS 中 FreeRTOS 支持所需的任何设置步骤?
如能就解决这一问题提供任何指导、将不胜感激。
感谢您的支持。