Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
After the configuration of TMS570ls31 lin-dma, if the delay is increased, a garble code will be sent; if the delay is deleted, it will be sent normally.May I ask what causes it?
Software configuration is as follows:
sciBASE_t* uartREG[2] = {sciREG,scilinREG};
/*
* @Brief:
* uart initialization
* @ Param:
* uartx: serial number, 0 or 1
* buad_rate: serial port baud rate
* Parity: (-1 without parity, 0-even, 1-parity)
The picture below is the garbled code printed after delay
This is the normal result of delay-free printing