I need to send 2 bytes over the I²c bus with a STM32L432 as slave and a Raspberry Pi as master. But the clockpulse of the SCL is to wide.
In the code below I send 2 bytes with my STM32 (I've chosen a number higher then 255 (340) so it needs to send the data in 2 bytes) but on the scope I cant find this data. I guess it's because of the wide clockpulse and the Rpi expect an ACK. Instead...