STM32F429I example projects
I want to start programming the STM32F429I by studying some example programs provided by ST or some users.
Online I found few tutorials and someone recommended using the examples in: "STM32Cube_FW_F4_V1.0\Projects\". I tried to open a few examples on my STM32CubeIDE but I have this problem:
When I open STMCubeIDE and create a new project (file - new - STM32 project) .. I have the option to choose "example selector" in the top bar. I see thousands of example projects of all kinds of boards, including my F429I. The problem is that they are not supported on STM32CubeIDE, in fact when I import them I cannot debug, compile or open any function ... for example if I open BSP_LED_Init I get the error "could not find BSP_LED_Init".
Any solutions?