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.

TMS570LS1224: Hercules TMS570 - printf() in 2024

Part Number: TMS570LS1224
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!