Ok, I see now, TI-RTOS. 

When I used FreeRTOS (project generated by TI HalCoGen) the solution was to
add printf support in compiler options (Project properties -> CCS Build ->
ARM Compiler -> --printf_support=minimal). Using RTOS, this option was
disabled by default.
Unfortunely, in my case only 'minimal' option could be turned on. It is
limited to text. [You can read about details in your Compiler Technical Ref
Manual]. Now I can use printf but debugging LwIP is limited to letters/text
(it is impossible to make number conversion). 



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to