User Activity

Posted on June 22, 2018 at 00:07Looking for assistance on getting printf() working with the Nucleo-L452RE-P board (MB1319 B-01) using the built-in ST-Link (not UART, and not semi-hosting).  I get output in the console, but the text doesn't match.  E...
Posted on April 27, 2018 at 15:43I'm running into an issue where the program will time out on while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET)in stm32l4xx_hal_rcc.c:839 depending on how much code compiled in main.c.  The program will execute fine wi...