Hello,
I am trying to migrate my FreeRTOS application from the HDK to our target production hardware. Our production hardware uses the RM48L952 PGE package as opposed to the RM48L950 ZWT package on the HDK. HALcogen v3.06.0 does not include an option to generate code for the RM48L952PGE package, or provide a FreeRTOS example on the package.
So, having looked through the forums it seems I can use the RM48L950PGE project. I have created this project and copied over the FreeRTOS and application files from my old ZWT project. I have configured VIM channel and SVC callbacks as per help files but the project will not compile. Errors I am getting are:
Compilation failure
specification
warning #10247-D: creating output section ".kernelHEAP" without a SECTIONS
specification
warning #10247-D: creating output section ".kernelTEXT" without a SECTIONS
specification
"../OS_HAL_PGE/source/sys_link.cmd", line 43: error #10099-D: program will not
fit into available memory. placement with alignment fails for section
".intvecs" size 0x20 . Available memory ranges:
VECTORS size: 0x20 unused: 0x20 max hole: 0x20
error #10010: errors encountered during linking; "UFA-24.out" not built
gmake: *** [UFA-24.out] Error 1
gmake: Target `all' not remade because of errors.
Please provide some guidance on how to get a FreeRTOS project set up for the RM48L952PGE package.
Thanks
Jamie
Description Resource Path Location Type
#10247-D creating output section ".kernelHEAP" without a SECTIONS UFA-24 C/C++ Problem
#10247-D creating output section ".kernelBSS" without a SECTIONS UFA-24 C/C++ Problem
<a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not sys_link.cmd /UFA-24/OS_HAL_PGE/source line 43 C/C++ Problem
#10247-D creating output section ".kernelTEXT" without a SECTIONS UFA-24 C/C++ Problem
#10010 errors encountered during linking; "UFA-24.out" not built UFA-24 C/C++ Problem
