Tool/software:
Hello, I am writing a slave board code that receives 8 bytes of data and transmits 8 bytes of data using LIN MODE. At first, communication was performed using the interrupt method using level0 and level1, but a conflict occurred with the ADCC_INT1 ISR. I would like to ask you a few questions.
1. It seems that the data transmission and reception speed is slow, causing a crash. Can this problem be solved by sending and receiving LIN data using DMA?
2. Currently I am using LIN MODE. When using DMA, do I need to switch to SCI mode to use two TX IDs?
If you have any relevant data, please add them. thank you