User Activity

I've inherited an existing project. It's got STM HAL / auto-generated code. It's set up with CMake to be compiled at the command line. I've imported it into STM32CubeIDE and it builds.I have an STM32F407G-DISC1 board (MB997D). Using a hack, I've mana...
I have the STM32CubeIDE version 1.4.2.I have an STM32F4DISCOVERY board.I want to import the Demonstration project, compile it, load it and run it. This will verify the discovery board, which is older (MB997C).I go to File -> Import -> Existing Projec...
I've inherited an existing project. It's got STM HAL / auto-generated code. It's set up with CMake to be compiled at the command line.I have an ST-Link attached to the SWD pads of an Adafruit STM32F405 Feather board.I can import the project okay, and...