STM32F030 I2C slave mode needs delays - can this be overcome?
I've used https://community.st.com/s/article/how-to-create-an-i2c-slave-device-using-the-stm32cube-library as the example codeand in the example the main program is:/* USER CODE BEGIN WHILE */ while (1) { if (Xfer_Complete ==1) ...