Hi,
What settings should be made in which register when assigning TPTC0 and TPTC1 to TPCC0 as shown below?
TPCC0 | event 0 to 31 | TPTC0 |
event 32 to 61 | TPTC1 |
Best,
Kensuke
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.
Kensuke,
Let me look into this a bit more and TI will get back to you with a response. Please allow a couple of days.
Regards,
Kyle
If you are using the EDMA driver in SDK, in config API there is the eventQueueId setting which is basically the TPTC id so you can set it to 0 or 1 for whatever channel id [0-63] you are configuring, please go through the API documentation. If you are directly programming the EDMA at the register level, you can look at the device TRM for details or refer to what the EDMA driver code is doing when processing the eventQueueId.
More background info on the EDMA3 peripheral can be found here:
http://www.ti.com/lit/ug/sprugs5b/sprugs5b.pdf
Of course for mmWave sensors, the numbers of controllers and channels will be different.