SSD1306 I2C with STM32F030C8T6TR - slowing down the controller
I am using the above library to display simple text msg on the OLED display. It works.
However the controller slows down - while(1) loop works as if delay(5000) is implemented. At first the internal HSI clock running at 8Mhz was being used. Thinking that increasing the clock speed might help , activated the PLL so as to increase the clock to 48MHZ. But still the SSD1306 somehow pulls down the speed.
If the code for SSD1306 are commented out , rest of the operation runs faster. The controller is used to read only 2 ADC channels with DMA, which is not much of a task. Nothing else.
Has anyone encountered such an issue ? What could be the likely issue ?
