This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi TI,
I am using DMA for transport the I2C RXdata. But I found that whatever I choose "controller RX FIFO Trigger" or "controller TX FIFO". The code will always be "DMA_I2C0_TX_TRIG".
So why? Have I configed something wrong ?
Here 's the pic:
Hi Helic,
I see. I found that whatever you choose TX or RX. The "ti_msp_dl_config.h" code will always be this :
So if i want to use the RX_TRIG , I must use EVENT2?
Yes, for now, you'd better use EVENT2 with Rx_TRIG, and we're already dealing with this issue.
Thank you for your support.