Hello,
I am interested in the I3C development platform and for this I was going to order the EVK-MIMXRT685, but before that I checked the examples supplied with that platform. Unfortunately for me, unlike I2C, I2S, USART, etc., where 3 types of technologies are supported: polling, interrupt and DMA, the I3C folder contains only example for polling. Does this mean that the implementation of this IP does not support interrupts and DMA?
And another question about the documentation. I cannot find a detailed description of the RT600 microcontroller. The only existing document does not contain documentation on peripherals and their registers. Did I miss something?
Thanks.
Solved! Go to Solution.
Hello Bslava,
Please refer to the User Manual (link below), which covers the modules and its registers in more detail.
https://www.nxp.com/docs/en/user-guide/UM11147.pdf
For the rest of the i.MXRT600 documentation please refer to the following link:
As for the examples available on the SDK, these may vary from module to module so not all scenarios are always present as an example project. My apologies for the inconvenience.
I hope that this information helps!
Regards,
Gustavo
Hello Bslava,
Please refer to the User Manual (link below), which covers the modules and its registers in more detail.
https://www.nxp.com/docs/en/user-guide/UM11147.pdf
For the rest of the i.MXRT600 documentation please refer to the following link:
As for the examples available on the SDK, these may vary from module to module so not all scenarios are always present as an example project. My apologies for the inconvenience.
I hope that this information helps!
Regards,
Gustavo
Gustavo,
Thank you very much!
Slava