Hi,
I'm trying to use printf in a working application that uses FreeRTOS generated with HalcoGen.
No matter what I try, I keep getting the following two warnings:
#10247-D creating output section ".sysmem" without a SECTIONS specification FreeRTOS_generated C/C++ Problem
#10210-D creating ".sysmem" section with default size of 0x800; use the -heap option to change the default size FreeRTOS_generated C/C++ Problem
And my program stops at the printf call. I've tried to add a .sysmem section to the linker file, and tried to increase the stack size. This gets rid of the warnings, but the outcome of the program is still the same; it freezes at the printf.
