Hello David, Thanks for your reply, this helped a lot. I think I have my UART-Echo program running now, it boots reliably from flash, and the UART connection seems to be stable as well. But, when I try the UART-Logging Example from TI-RTOS, there is only gibberish on my UART console. I have a example here: What I expect, is the task to print this every 1000 msec. Log_print2(Diags_USER1, "Task %d awake, count = %d", id, count); What I get, every second, is this: When I have understood the code correctly, the Baud_Rate should be 115200 (this is applied in the screenshot above). But I tried every possible Baud-Rate in HTERM (4800, 9600, 19200, 57600, and some more..) - but the results were always the same, only nonsense. With low baud-rates only 3 or 4 bytes per second, with higher rates of course more. The screenshot above is from a single Log-Event and should print something like "Task 1 awake, count = " Can you help me with this one more time? Thanks alot! Best regards, Philipp
↧