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 12.7.1版通过 FreeRTOS 创建新项目的步骤的任何链接。
目前、我创建了一个没有运行 FreeRTOS 任务的项目。 其他配置的 MCU 模块按预期工作。
系统核心频率设置为:200 MHz
SysTick 速率:1000Hz。
使用的 LaunchPad 是:TMS320F28P650DK9板。
请尽快在这里帮助。
此致、
Avinash
尊敬的 Avinash:
在新的 FreeRTOS 项目中、您需要链接
1.[C2000Ware]\kernel\freertos\Source\portable\ccs\c2000_C28x 中的所有3个端口文件
2.来自 [C2000Ware]\kernel\freertos\Source 的源文件和来自[C2000Ware]\kernel\freertos\Source\portable\MemMang 的堆 (取决于需要)
3.工程应具有使用 reqd 定义的 FreeRTOSConfig.h。 配置
或者、如果使用 SysConfig 添加 FreeRTOS、则应自动生成/链接这些文件。
谢谢!
Arnav
您好 Arnav,
是的、我按照您提到的相同步骤操作。
谢谢!
Avinash