Question
How to import or use code in STM32CubeIDE when project exists for different MCU
I would like to be able to utilise code like this: https://github.com/ciastkolog/BMP280_STM32 on my Nucleo-L476RG. Is there an easy way to create a project and then import the source code or change the MCU type in the existing project?
Everything I try results in a new project with an MCU type I dont have.
I'm very new so please excuse my muppetry.