User Activity

Hi,I have a project that automatically sets the MCU's RTC from the network time on a routine basis using HAL_RTC_SetDate(...) and HAL_RTC_SetTime(...)I realised this was potentially hazardous as rollover of the time or the data could occur between th...
Hi, Just wondering what happened to the "My Creations" where people could post entire projects? I have a couple of projects that solve some of the problems people have had such as WiFi for the STM32H7B3I-DK, using one pulse timers, and have posted on...
Hi, I wish to produce a single pulse; lo-Hi delay Hi to Low. I am using Timer 1 PB15 which is the complementary output timer Channel 3I am using the timer in the following sequenceTimer initialisationSet the ARR and CCR3 with the followingARR = 2241 ...
HiI used Git Hub to download:https://github.com/stm32-hotspot/stm32ai-nanoedge-datalogger1. I then built all projects error free with STM32CubeIDE. 2. I then used my STlink MINIE to program my Steval Proteus1 with STEVAL-PROTEUS1_ISM330DHCX3. I start...
Hi,I have small headless firmware and wish to include a version constant in the Binary image so I can determine the version when using the debugger.It's easy if your project has a display, but I can't figure out an easy way of doing it for a simple s...