User Activity

It's an expected behavior that Flash could be corrupted if the write operation is interrupted, such as by power loss or reset, as stated in RM0360, RM0444 etc.But there is no information about the distribution of the corruption. Only the data writing...
Hi,Using the following code, ADC can be triggered by TIM22 successfully./** * @fn static void ADC_Config(void) * * @brief ADC configuration. */ static void ADC_Config(void) { /* Enable clock */ RCC->AHBENR |= RCC_AHBENR_DMAEN; RCC-...
Posted on July 05, 2017 at 13:52Hi,There is a bug in F0 LL library rcc module.RCC_GetSystemClockFreq() is incorrect if the mcu use HSI48 as system clock,in this case it returns HSI_VALUE but not 48MHz.
Posted on November 21, 2016 at 14:09Path of HAL driver is incorrect in the project generated by CubeMX when using following config:A none default toolchain folder + Add library files as references. Then in the generated project IAR can't find HAL dr...