cancel
Showing results for 
Search instead for 
Did you mean: 

How can I build the example projects on STM32L496G-DISCO?

retro
Associate III

Hello,

I am new to stm programming so please bare with me. I got a STM32L496G-DISCO board and I have downloaded the examples for the board from: https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32469I-Discovery

I downloaded Cube IDE but the build button is greyed out. I thought - hey I need to select a toolchain and build tools but having used eclipse when I click on project properties those options are missing (I have attached some screenshots). I think that I am doing something wrong - can anyone help?:D

4 REPLIES 4

You've got an L4 board, not an F4 one.

Download the CubeL4 package, and unpack/review that.

Suggest using Keil or IAR

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

OK I will try that - thank you. I was using GCC - why is keil/iar better? (I am new to this)

So I have tried the examples from the website but I still cannot see the build icon. I have started my own project and managed to get a binary and deploy it to the board - any advice on being able to build the examples?:D