2020-03-16 08:39 AM
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
2020-03-16 10:10 AM
You've got an L4 board, not an F4 one.
Download the CubeL4 package, and unpack/review that.
Suggest using Keil or IAR
2020-03-17 02:01 AM
OK I will try that - thank you. I was using GCC - why is keil/iar better? (I am new to this)
2020-03-17 02:04 AM
I found the right website: https://github.com/STMicroelectronics/STM32CubeL4
2020-03-17 02:17 AM
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