User Activity

I have an IOC for an STM32L433 that has TIM6 and TIM7 enabled, with interrupts enabled for both. In the NVIC settings for these two interrupts, I have deselected "Generate Enable in Init".However, when the code is generated, the interrupts are still ...
I am a long-time STM32CubeMX user (7+ years). I ran into an issue with STM32CubeMX recently while modifying an existing configuration for an STM32L4 project. This is a usability issue.In the NVIC configuration page, there are two tabs, one labeled "N...
Trying to debug a battery charge detection issue on the STM32L433 using VS Code. The STM32L4x3.svd file does not list the BCDR register in the USB peripheral. The register and its fields are not defined. Please fix this.Reference: RM0394 
When logging in to community.st.com, there is a checkbox for "Remember me on this computer". In all other systems that have this option, it sets a cookie in the browser with a reasonably long timeout (one month or so) and is renewed whenever the site...
HAL RTC functions for the STM32L4 should, like HAL functions for other peripherals, have an IS_RTC_INSTANCE() macro and make use of it before using hrtc->Instance. assert_param(IS_RTC_INSTANCE(hrtc->Instance)); All of the HAL_RTC_* functions accept a...