Question
"STM32" vs "STM32 Arduino" - I2C difference
Hi, I am trying to debug my code with logic analyzer and see why my code works on "STM32 Arduino", but does not work on "STM32".
Viewing at logic analyzer I see that "STM32 Arduino" much more consistent.
Why could the message be different "0xD1 0x00" vs "0xE8 0x00"? Is it just logic analyzers bad measurement or does the sensor gets the same and behaves differently?
Any ways I could fix this difference?