Other Parts Discussed in Thread: HALCOGEN, TMS570LS3137
Hi Everyone.
I have questions.
I using HDK(TMS570LS3137) and HALCOGEN Tool with Free RTOS option.
First Queation.
When I using printf function, I saw the follow message.
warning: creating output section ".sysmem" without a SECTIONS specification
warning: creating ".sysmem" section with default size of 0x800; use the -heap option to change the default size
So, I added ".sysmem : {} > RAM" to .CMD File. and I cleared "warning: creating output section ".sysmem" without a SECTIONS specification"
But, I never clear "warning: creating ".sysmem" section with default size of 0x800; use the -heap option to change the default size"
How to clear the message?
Second Question.
I want printf function via SCI(UART), But I never found example code or Instructions.
How to use printf function via SCI?
Thanks