Resolved! Looking for examples & how-to for stm32l051 i2c non blocking (i.e. interrupt) slave and master receive and transmit
Hello - I have been working with the l051 for 2+ years now on a product, using i2c-1 as slave to outside world and i2c-2 as master for local board downstream devices. while my interrupt-driven code "works," I continue to have bugs filed about both ma...