User Activity

Hello, I've a question about the HAL-Version FW_L4_V1.15.1. In the file stm32l4xx_hal.c there are defines for the HAL-Version-Number: #define STM32L4XX_HAL_VERSION_MAIN  (0x01U) /*!< [31:24] main version */ #define STM32L4XX_HAL_VERSION_SUB1  (0x0BU)...
Hello,I want to realize a startup-counter in a STM32L0xxx MCU.This means a counter which counts how often the MCU is doing a power fail and restart for the whole life.I want to save the actual counter-value in the flash memory.But I don't want to kil...
Hello,I'm using a STM32L433CCU3 in my Application with STM32CubeMX.I'm download my hex-files with the STM32CubeProgrammer in UART serial download mode.If I start my application directly after download with the "Run after programming"-function of the ...
Posted on October 03, 2017 at 13:46Hello,I'm using a STM32F373VCT6 and I have a problem with VBAT and ADC.I have connected a CR2032 Batterie to the VBAT-Pin. The RTC works fine with the batterie when the main power ist lost.But if I try to measure t...