Loading...
 
Skip to main content

System Workbench for STM32


STemWin and AC6 for STM32F429-Disco

Hello Couette,

Thank you for your reply. Yes, of course, I did follow all the steps as you mentioned. I have linked the library from the Project Properties (C/C++ General > Paths and Symbols > Libraries) exactly as stated, without the lib and .a prefix/suffix. Also, I have provided the path for the library, which is the workspace in my case.

For any new include file/folder, I used to add the path right before doing anything further. I never had a problem getting the compiler to find a hearder file.

I have maintained the file structure for STemWin, as suggested in the manual. The inc folder has all the header files required by STemWin. Config folder has other headers, too. Their paths added to the include paths at project settings, too.

According to project examples for STemWin, they've only included the GUI.h in the main. Do I have to include something else?

I will create the project again and send the errors.

Thanks again!

Hello,

Find attached a project that you can import to your SW workspace (File > Import > Existing Projects into workspace) and that build without error.
Be sure that your SW IDE is up to date. You need to import the stm32f429i-disco_hal_lib project too (or to be sure that yours is built with the hard float options activated).

I hope it will help.
Let me know if something goes wrong.

https://drive.google.com/file/d/0B4V21vAeVyfCS3daaWpTUG8xZzg/view?usp=sharing

Regards

Couette Christophe

AC6