You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I used the softwire library's scanner code to validate the I2C connection of PA3(SDA) & PA4 (SCL). Got the Slave address as 0x3C
With the below code Display is not working(showing nothing)
After seeing the code and Logic analyzer waveform, there are some issue configuration in the code while use U8g2lib library. Please help here solve this issue
Thanks in Advance!!!
The text was updated successfully, but these errors were encountered:
Difficult.
So far i personally have only used Arduino IDE. Moreover I how only "official" boards. So I can't help much here. In fact I have no idea regarding this issue...
This seems to be an issue with the software-i2c implementation on STM32 in this library. It should also reproduce on a regular Bluepill board, or any official STM32 board. These glitches on the SCL and SDA lines to GND do not look good.
Hardware Details
MCU - Bluepill STM32F103CB
OLED SSD1306 128x32 I2C display
PA3 - SDA
PA4 - SCL
Code (in PlatformIO)
First I used the softwire library's scanner code to validate the I2C connection of PA3(SDA) & PA4 (SCL). Got the Slave address as 0x3C
With the below code Display is not working(showing nothing)
Digital Logic analyzer waveform output
Problem Statement
After seeing the code and Logic analyzer waveform, there are some issue configuration in the code while use U8g2lib library. Please help here solve this issue
Thanks in Advance!!!
The text was updated successfully, but these errors were encountered: