Connecting a Graphical Oled to STM32 Low end & Low cost MCU the STM32C031C6

preview_player
Показать описание
In this Demo i use STM32C031 Nucleo board and adding a Graphical OLED 128*64Pixel via the I2C interface.
I Use a SSD1306 Lib that i downloaded from Github.
That Lib did not have support for this MCU so i made some alterations to enable the STM32C0.

Рекомендации по теме
Комментарии
Автор

9:07 The new address 0x78 is the same as in original Code 0x3C shifted once left (multipled by 2)

heinzkreutziger
Автор

very nice project for the new stm32c0. thanks for sharing!!

noealves
Автор

A very good video for new stm32C0 family.

heinzkreutziger
Автор

do i need st-link to connect my leptop to stm32c031c6?

mertaliturk
Автор

It would be interesting to compare code size with bare Metal approach (no HAL). Does somebody know a suitable SSD 1306 lib in bare Metall?

heinzkreutziger