How do you use the examples/applications in the Firmware package?
I have an STM32F429 Discovery Kit (with included LCD screen). I am running Atollic TrueStudio. I want to run one of the examples provided in the FW package at:
...\STM32Cube\Repository\STM32Cube_FW_F4_V1.21.0\Projects\STM32F429I-Discovery\Examples\LTDC\LTDC_Display_2Layers\First, I tried following the instructions on the Atollic TrueStudio blog found here:
http://blog.atollic.com/how-to-import-thousands-of-stm32cube-example-projects-into-truestudio
The import reported as being completed without errors, but the result was just a mess of folders and files that couldn't possibly compile.
Next, I made a new project using STM32CubeMX with the required peripherals in their default Mode, and then copied the contents of the inc and src subfolders from the FW example into the generated CubeMX project. The trouble is that there are still more #includes I am missing. For example, main.h has in it:
#include "stm32f429i_discovery.h"
#include "../Components/ili9341/ili9341.h" I did a search of the entire FW package and these files are not there.
I must be doing this wrong. What's the process for using the examples in the FW packages?
Thanks for your help!
~Nick.
