Hy, I'm trying to run freertos demo for TMS570
http://www.freertos.org/Free_RTOS_for_TI_RM48_and_TMS570.html
my board is not the USB stick but TMDX570LC43HDK
the active configuration used is TMS570 with FPU,
I've also changed the destination hardware to TMS570LC43xx
the end of linking is:
warning #10247-D: creating output section ".text" without a SECTIONS specification warning #10247-D: creating output section ".const" without a SECTIONS specification warning #10247-D: creating output section ".data" without a SECTIONS specification warning #10247-D: creating output section ".bss" without a SECTIONS specification warning #10247-D: creating output section ".cinit" without a SECTIONS specification warning #10247-D: creating output section ".intvecs" without a SECTIONS specification
how can I adapt this example project for TMS570LC43xx?
Thanks Antonio