I am using FRDM-MCXW71 Board , and want to communicate with Sensor by I2c Interface, 100Khz and 400Khz all work very ok, but how can I enable I2C High Speed 3 to 3.4M ?
IS there any configuration I need to do, Or just simply change the SDK code #define 100000 to #define 3400000?

