User Activity

I am trying to figure out the details of how to jump to the internal bootloader on STM32L475. The following code works just fine on the STM32F405, but similar (updating the address obviously, which is actually the same) will not work on the L475.ldr ...
Posted on April 24, 2018 at 17:35I came across a rare issue where a previously failed flash operation would cause a subsequent operation to fail as well.  I tracked it down to stm32f4xx_hal_flash.c::HAL_Flash_Program()When the function calls FLASH_W...
Posted on September 22, 2017 at 17:46Sometime between 1.6.0 and 1.9.0 the STM32CubeL4 package removed all of the examples_ll.Is this intended, and where can I find the examples_ll now?thanks!