通过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的示例工程?