Release Configuration from CubeMX
Hi,
I’m working on Windows 7 64-bit and I have SM Version: 1.13.2.201703061529 and I’m using a STM32VLDiscovery board.
I created a project with CubeMX and opened it (not imported but clicking the .project file). It loads fine, but it
gives me an error about Systick which I resolved following your suggestions here.
Now, the loaded project has only “Debug” configuration and I need “Release” as well.
The “Debug” configuration compiles fine, with rather large file compared to CoIDE 1.7, but it compiles
none the less.
My question is:
How do I add “Release” configuration so it is right?
I know I can go to Properties>Build>Manage Configurations then “New” and I enter the name “Release”
from the drop down menu.
After I select Release and press “Build Project”, but it gives me errors such as
fatal error: stm32f1xx_hal.h: no such file or directory.
I understand that this must be something very, very simple, but I don’t know how to solve this.
Can anyone of you with your experience help me out with this?
Thank you,