Posted on October 05, 2017 at 16:35Hello!Are you sure that the generated code is correct?In my project the LSEDRV is not set with __HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_HIGH), because at that point there is no write access to Backup domain.I have so...
Posted on September 27, 2017 at 23:03Thank you for your suggestions. The parallel resistor doesn't help, and the content of the registers are all correct except one: the LSEDRV is not set because the code generated by CubeMX has a bug. In SystemCloc...
Posted on September 25, 2017 at 23:24Hi,I have the exact same problem with an ABS07-120-32.768kHz-T crystal with 4.7pF caps and an STM32L433 MCU./* Wait till LSE is ready */ while(READ_BIT(RCC->BDCR, RCC_BDCR_LSERDY) == RESET) { if((HAL_GetTick() -...
Posted on August 08, 2014 at 18:55Same situation here, can't enable the CAN while USB is enabled.Can anybody tell me when will be this bug fixed?I am in the middle of a new design based on STM32F303x MCU with Cube...Best regards!