X-CUBE-SMBUS 2.1.0 - Optimized builds hang when waiting on STACK_SMBUS_IsReady()
In the code examples provided with AN4502, this pattern is used often: while ( STACK_SMBUS_IsReady(pcontext) != SMBUS_SMS_READY) { } But in our code, when built with the Release CMake preset, this hangs forever.My understanding is that this is be...