User Activity

This is the firmware I'm using: STM32Cube_FW_L0_V1.11.0  I'm using the Nucleo-L073RZ board and example. The RTC_LSI example does not work. The LED goes blank after pressing the user button. The Readme says this indicates some kind of error.  I ca...
The HAL_GetUID functions return the same value on different chips of the same series. I am using an STM32L0 series chip. This is my code:uint32_t serialw0 = HAL_GetUIDw0(); uint32_t serialw1 = HAL_GetUIDw1(); uint32_t serialw2 = HAL_GetUIDw2();Whic...
Is STM32CubeMX v5.01 supoosed to generate CRC intializtion code? All I get is an empty  MX_CRC_Init() function and no handle is created. Is this a bug? I can copy the init code from an example but I'm wondering how/where the CRC clock gets enabled...
I'm trying to convert 3 ADC channels using DMA. But the variables don't seem to change when I watch them in the debugger. I know the conversion complete callback is executed because I breakpointed it. So this suggests that the DMA transfer is not exe...
I can't get the STM32L07RZ-Nucleo ADC regular conversion interrupt example to work. I'm using the Keil MDK variant. I upload the program, start the debugger and put uwADCxConvertedValue into watch window #1The doc file says to connect a signal to P...
Kudos from