User Activity

Hi I used STM32CubeMX to create a new project for STM32F030F4 + STM32CubeIDE.The project was created, but when I compile, all the data by default is mapped to address 0x00008000, just after the valid range of the flash mirror. How strange...Problem o...
I am new to using PWM, so not sure if this is a bug, invalid default settings or wrong documentation.I configured my project using STM32CubeMX.I'm using the internal clock, and the default setting for PRESCALER is 0. I can see in Keil using the debug...
Version:#define __STM32L0xx_HAL_VERSION_MAIN  (0x01U) /*!< [31:24] main version */#define __STM32L0xx_HAL_VERSION_SUB1  (0x0AU) /*!< [23:16] sub1 version */#define __STM32L0xx_HAL_VERSION_SUB2  (0x02U) /*!< [15:8] sub2 version */#define __STM32L0xx_H...