Hello Martin,
I use this board,and i known this bug in OpenSDA interface,so i use another LinFlexD_uart which connect to the pin pc[6] and pc[7],but when i transmit data,i still run into this problem!
I found that when i choose display the data in HEX,the 57 became D7,61 became E1,62 became E2,64 became E4,and so on.
When i use the same configuration debugging project without FreeRTOS,i can achieve the correct data.
How can i solve this problem?
I transmit this message to the terminal
The result in FreeRTOS project is
The result in a single LinFlexD_uart project is
Both the project are MPC57xx EAR SDK v0.8.0 Example Project,and i generate the code by PE.
Regards