STM32 plus SSD1306.
The project builds ok but display failed to work. When I go into debug I can step through all the code except the three functions from the display library I inserted in main.c . Init, Fill and Update. It jumps over them.
Why?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-09 1:37 AM
<
/* Initialize all configured peripherals */
MX_GPIO_Init();
MX_I2C1_Init();
/* USER CODE BEGIN 2 */
void ssd1306_Init(void);
void ssd1306_Fill(White);
void ssd1306_UpdateScreen(void);
/* USER CODE END 2 */
/* Infinite loop */
/* USER CODE BEGIN WHILE */
while (1)
{
/>
Labels:
- Labels:
-
I2C
0 REPLIES 0
