User Activity

Hello,I am a new STM32 member. In many previous projects from PIC, we often #define GPIOx as a bit. So we can manipulate some operator directly and easily as example below.Example: #define LED_AL1 LATBbits.LATB6 #define LED_AL2 LA...
Hello everyone,I am a newcomer with STM32 MCU and have a board STM32L073Z-EVAL. I use STMCubeIDE to configure LCD glass 40x8 (MB979). But don't know how to control it.I try to use HAL_LCD_Write(&hlcd, LCD_RAM_REGISTER10, 0x6, 0x5) to show an anything...