User Activity

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...
As a Fedora user, finding that STM32CubeMonitor is only distributed for Linux as pair of .deb packages for Ubuntu was a disappointment. So I created a container to run it in. This may also help those running newer versions of Ubuntu LTS, which is inc...