Greetings. I am currently facing issue, which is pretty weird. I am playing with 6lowPAN wireless sensor network? based on cc1310s and ContikiOS. For debugging purpose I managed to setup Code Composer Studio as development environment for Contiki OS. Some time ago I was trying to raise RF baudrate and and UART speed, thus some hardware constants were changed. After that I rolled back to the Contiki default release with RF data rate 50kbps and UART baudrate 115200 bps. And now I am facing following issue: if my node is connected to debug session in CCS, everything goes ok and I can receive huge 22 kilobyte JSON through TCP and output it to the UART:
But if I stop debugging session that document will be received with distortions, as shown in the picture below.
I am almost sure, that the problem is not connected with XDS110 serial port, because such a mess will happen even if I remove jumpers from RX and TX and connect to my nodes with external USB-to-UART converter. What is more weird, there is no matter how do I built firmware - with or without debug symbols, as well as with or without optimization. The funniest thing is I cant properly trace the problem, because when debug session is running, no bugs appear.