I have set up LPI2C1 as Master but get no outputs when attempting to send. I have pull-up resistors and the signals are connected to 1 slave device only. Please see below. What are some possible reasons for this problem?
Initialization:
/* set I2C1 interrupt */
IntCtrl_Ip_EnableIrq(LPI2C1_IRQn);
IntCtrl_Ip_InstallHandler(LPI2C1_IRQn, LPI2C1_Master_Slave_IRQHandler, NULL_PTR);
/* Init lpi2c in master mode */
Lpi2c_Ip_MasterInit(LPI2C_CHANNEL_0, &I2c_Lpi2cMasterChannel0);
Send data:
What kind of debug mode you are using? specific debugger or on board debugger?
Hi@phil_b
Could you tell us the part number you're using? Also, the RTD version is ?
If you're using S32K3, could you please try to set this bit and have a try again.