User Activity

Posted on August 20, 2014 at 01:29SystemInit in my initialization calls SetSysClock that configures the PLL using the HSE with the default PLL values of my chip. SystemClock_Config generated by CubeMX calls HAL_RCC_OscConfig which attempts to do the...
Posted on May 31, 2014 at 20:20Hello. Adding this in case anyone else stumbles into the same issue. I was porting an F4 project from the Standard Peripheral libraries to the new STM32Cube HAL. The communication protocol implemented in the system u...