Hi,I was testing with the Nucleo STM32L476RG board, BSP example project FLASH_DualBoot.I made small changes in the example code (LED blink stuff) and programmed bank 1 and 2 several times. I also manually checked/toggled the option bytes BFB2 bit a f...
Posted on April 04, 2018 at 17:00
Hi everybody,
I'm currently facing the following problem: I initialize code with CubeMX for a STM32L476JG. I want to use the low level drivers, but they don't seem to work. I was doing several hours of testing...
... by the way: I wasn't able to post in Communities forum:"Review the errors on this page.You can't add new topics, so select existing topics for your post"
Posted on April 05, 2018 at 09:43Thanks a lot!I checked the register settings and compared LL to HAL. The HAL LPUART is enabled after initialisation, the LL doesn't enable LPUART (CR1 bit0). I manually called the LL_LPUART_Enable() function and now ...