This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Set easyDMA

For Setting the easyDMA on I2C, Do I need just to set the TWI0_USE_EASY_DMA to 1 ?

Also do I need to set an arrayList? which?

or can I just use the same settings that I use for TIW as a regular TWI transmission, if this is the case: what is the difference that it has when I use easyDMA wrt I2C?

I am currently using it for taking data from a Inertial Sensor.

Is there any API for using easyDMA? or maybe an example?

In the case that I want to save data on the RAM, is easyDMA the only way of doing it?

Thanks!

Related