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.

TMS320F280025C: 在F28002x中移植TI RTOS报错

Part Number: TMS320F280025C

通过CCS重新建立工程 并选择SYS/BIOS下的typcial后 添加了C28的app.cfg文件 显示报错

BIOS.cpuFreq is undefined.  You must define the CPU frequency in your application configuration.  For example, if the PLL is being configured for 100MHz, add this to your application configuration script: BIOS.cpuFreq.lo = 100000000;

在将BIOS.cpuFreq.lo指定后 移植过来的cmd文件报错 无法解决

选择28002x_generic_ram_lnk.cmd报错:

"../28002x_generic_ram_lnk.cmd", line 49: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section ".text" size 0x2847 page 0.  Available memory ranges:

选择

请问是否有官方F28002x运行TI RTOS的示例工程?