User Activity

Hi,I'm pretty new to the st and embedded world.I'd like to know what is the recommended way/how do you version control your releases?I'm looking for something better than manually writing the release version in as a const parameter in a configuration...
Hi,A colleague need to send me strings via Uart.He asked me whether I work with UTF-8, and I was unable to find this information or how to configure it...(I know that at the end of the day to display it I'll have to convert to Unicode). Does anyone k...
Hi,I'm trying to upload my code to a STM32L496G-DISCO board using the stm32CubeProgrammer command line interfac, using the following python script: os.chdir(CUBE_PROGRAMMER_CLI_PATH) os.system(f"STM32_Programmer_CLI.exe -c port=swd -w {PATH_TO...