I2C slave hangs randomly after many transactions
STM32L432I'm using interrupt mode HAL driver and the i2c slave responses successfully for many transactions but then will randomly hang. Here is the code I'm using, its fairly simple.volatile uint8_t i2cbuf[2] = {0, 0}; static void MX_I2C1_Init(voi...