Other Parts Discussed in Thread: HALCOGEN, TM4C129ENCPDT
Tool/software:
Hi,
After allocating 1024 bytes stack for my FreeRTOS task with printf() inside, I get the following warning upon build:
creating output section ".sysmem" without a SECTIONS specification
In HALCoGen, I am not able to find a section where I can specify it (I guess it is not present as a functionality). Could you please provide me an example how to proceed, maybe for the sys_link.cmd file?
Also, is the printf function "piped" through the scilinREG? Shall I expect any output?
Thanks in advance!