Any tutorial or example code for STM32G0 I2C slave? And a very strange addressing problem.
Hello,
I have tried a number of I2C slave tutorials found on YouTube with no success, but none are specifically for the STM32G03 series. Also I am getting a very strange phenomenon. In CubeMX for I2C2 I set the first slave address to 0x012. On my PC I am using python with a USB adapter to scan() the bus. I have an EEprom on the same bus an the scan address is correct but for the MCU it returns 0x13?
Has anyone encountered this address shift?
Is there ANY WORKING examples for this MCU series?
This is my first post on this community.
