cancel
Showing results for 
Search instead for 
Did you mean: 

How do I turn my files into something I can flash onto my microprocessor?

Lily Crain
Associate

Apologies for what might be a simple question but this is my first time working with an STM32 MCU. I am working on a project to make an RPN calculator from someone who never fully completed the project documentation. I am trying to currently flash firmware to an STM32L476 and the only files given to me under the "firmware" section of the documentation are an .ioc file, some C files, and header files. I have tried using Cube IDE and Cube Programmer but even with looking at documentation and searching via google, I have no idea how I'm supposed to turn those files into something that I can actually put onto the processor. If someone could help guide me on what I have to do it would be greatly appreciated.

2 REPLIES 2

Typically you'd Build the Project (Compile and Link)

Once that's done successfully you download the firmware image (ELF, BIN or HEX file) with an ST-LINK ​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

https://www.google.com/search?q=building%20a%20project%20with%20cubeide%20site%3Ayoutube.com

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..