We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using the Luminary LM3S6730 micro for our project. As devepment environment I'm using the Keil uvision3 environment (including the Keil RTX and RL-ARM library). At the moment we are using the evaluation board with the LM3S6965 to get familiar with the micro.
I encountered next issues I would like to tackle:
1. How can I redirect the "printf" stdout output. When I use the printf statement as is now, the applicatuion crashes (?). I would like to redirect the stdout to an available UART of the micro, so al my printf commands will be send to this UART.
2. I have an identical problem using the ASSERT macro, where is the output going to and how can I redirect it?
Thanks!