Is it possible to use DMA for both I2C0 and I2C3 simultaneosly on Kinetis MK66?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to use DMA for both I2C0 and I2C3 simultaneosly on Kinetis MK66?

Jump to solution
634 Views
mikebez
Contributor I

Hi :smileyhappy:

Screenshot from the Reference Manual (K66P144M180SF5RMV2, Rev. 3, 04/2017, page 474):

pastedImage_2.png

Labels (1)
Tags (2)
0 Kudos
1 Solution
559 Views
jorge_a_vazquez
NXP Employee
NXP Employee

Hi mikebez 

If you are using I2C0 and I2C3 with DMA enabled, it could cause unpredictable behavior, because if a DMA request is triggered, you would not be able to know the true source of the DMA request (module 0 or 3). So, I wouldn't recommend enabling DMA support in both I2C modules.

Best regards

Jorge Alcala

View solution in original post

0 Kudos
1 Reply
560 Views
jorge_a_vazquez
NXP Employee
NXP Employee

Hi mikebez 

If you are using I2C0 and I2C3 with DMA enabled, it could cause unpredictable behavior, because if a DMA request is triggered, you would not be able to know the true source of the DMA request (module 0 or 3). So, I wouldn't recommend enabling DMA support in both I2C modules.

Best regards

Jorge Alcala

0 Kudos