STM32F4 HAL I2C (FMPI2C) Library disable STOP after transmit
Posted on April 02, 2018 at 13:08As the title suggests, I want to modify the HAL I2C library so that after a transmit (HAL_FMPI2C_Master_Transmit), it will not generate a STOP. I think I have to modify the file stm32f4xx_hal_fmpi2c.c but I have not ...