Posted on November 17, 2015 at 18:55In document DM00108282.pdf(RM0377) page 143 it mentions V CORE domain clocks. What clocks are included in V Core domain? What clocks are included in Vdd domain?
Posted on June 15, 2015 at 23:22In \Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f439xx.h and several other files SAI_xSR_FLVL_2 is defined as 3. It should be defined as 4. #stm32cube-sai_xsr_flvl_2
Posted on February 16, 2016 at 02:05I circumvented this in my application by checking the Lock in the ADC handle like this: if (AdcHandle->Lock == HAL_UNLOCKED) conversion_complete = TRUE;