User Activity

Hello,I know that LPUART can wake up MCU from STOP mode. But I'm unable to send data using DMA when entering STOP mode. I use LSE and 9600 as baudrate, so transfer takes a lot of time. I need my core to be in stop mode to reduce current consumption.I...
Hello,When I clear eeprom byte to 0xff I count it as single clear. Now when I write value to this byte I count it as single write. So according to RM I have 100k of safe read write operations like that.Can I assume that writting single bit to this by...
When I set up contrast to value less than 5 I get stuck on HAL_LCD_Init() on wait for booster, and initialization fails: /*!< Wait Until the LCD Booster is ready */ while(__HAL_LCD_GET_FLAG(hlcd, LCD_FLAG_RDY) == RESET) { if((HAL_GetTick() -...
I have LCD connected to Nucleo with STM32L073. I have configured the clocks and low power mode so with EVERYTHING turned off I get 1uA of current.Now using cube ide I have added configuration for LCD: hlcd.Instance = LCD; hlcd.Init.Prescaler = LCD...