User Activity

We are using STM32L073.When a 512Hz square wave is output to PC1 using LPTIM_OUT (source clock LSE), if the calibration output of PC13 is set to 512Hz, the PC1 output will make a large transition to about 509Hz at around -30 ° C. When set to NONE, th...
Code generation with STM32CubeMx version 6.5.0 is missing the HAL_RTCEx_SetWakeUpTimer_IT () that should be in the MX_RTC_Init () function.
I started to evaluate LPS22HH using STEVAL-MKI109V3, STEVAL-MKI192V1, Pressure LPS22HH Kit, and Unico-GUI. Of the 4 STEVAL-MKI192V1 I purchased, the atmospheric pressure of 2 devices shows strange temperature changes.LPS22HH press =4.3268t+879.71[hpa...
STM32CubeMx will generate the code as below.HAL_GPIO_EXTI_IRQHandler (GPIO_OUTPUT_PA0_Pin);But I want it to be generated as follows:HAL_GPIO_EXTI_IRQHandler (PB0_EXTI0_Pin);orHAL_GPIO_EXTI_IRQHandler (GPIO_PIN_0);The user label of the pin assigned to...
main.c generated by STM32CubeMX 6.3.0Line 23#include "usb_device.h"#include "usb_device.h" Are duplicated.Then MX_RTC_Init () is missing HAL_RTCEx_SetWakeUpTimer_IT ().
Kudos from