User Activity

Hello,I'm running into an issue with Makefile. I ported over the structure that the CubeIDE uses to generate an elf and I'm using the exact same commands. I can build my target elf file successfully but at the end I get a warning stating: /usr/lib/gc...
Hello,I've been running into issues porting a simple blinking LED program from STM32CubeIDE to a Makefile based app. I have the exact Drivers (as a submodule that links to the one STM32l0x from github: https://github.com/STMicroelectronics/STM32CubeL...