LPI2C High Speed Mode

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

LPI2C High Speed Mode

637 Views
Dhevan
Contributor IV

Hi,

    We are trying to interface lpi2c1(evk) interface to sensor board.

    We have changed baud rate more than 2MHZ but we have checked with logic analyzer imxrt1064 producing 1.2MHZ only.

    How to set 2MHZ baud rate properly.

    We want to run i2c peripheral high speed per second we need to get data 12800 and needs to store into sdcard fat32 but storing we are facing issue only 6000 data able to store.

    We need to increase i2c and sdcard clock speed to perform high speed operation per second 12800 data needs get and store into sdcard.

   Please help us to solve this issue.

Regards,

  Vasu

     

Labels (1)
Tags (1)
0 Kudos
1 Reply

629 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Dhevan,

It seems 2M speed is only reached by Ultra-Fast mode. Please see table 59 in datasheet.

jingpan_0-1608280848684.png

But Ultra-Fast mode can only output. Please see 47.3.2.6 in reference manual.

jingpan_1-1608281118866.png

Maybe you can buffer the data and speed up SDCARD write.

 

Regards,

Jing

 

0 Kudos