Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to Adding new Include files  

Adding new Include files

Mohd,
Step 1 is to verify you have a directory and file off of the Workspace/project folder/Common.
I also noticed that just below the #include “../Common/fonts.h” you have a line that includes another fonts.h. Are they the same file? If so you will get complaints about duplicate definitions. If the fonts.h file you are using is in conjunction with using the LCD screen utilities, the utilities folder needs to be copied over to your project and paths set to the various folders.

Hi Gregreenwood,

Thank you so much for your valuable reply.

Actually I got this example code from the internet and I’m trying to run it on my hardware. I have reduced the number of errors in the program to just 4 which were over 250 initially.
And as you advised, I have verified the directory and file off of the Workspace/project folder/Common.I could not find any such directory.

The only error in my program is shown in #include “../Common/fonts.h” file because of which I am not able to compile my code. I have even tried removing fonts.h file but still the problem persists.

As I said I am new to STM32 HAL Programming, so could you please suggest me a way out or suggest me some links where I can find this file or directory and add it to my program?

Thank You
Mohd Tanveer


Hi,

Greetings to everyone here!

Could anyone suggest me how to Interface STM32F2XX (STM3220G-eval) or STM32F4XX with SSD1963 (864x480) LCD Display Control. I am new to HAL LCD programming (If someone has a dummy code, please do share).

Thanks

HI. I recently got an STM3220g eval board and want to use the LCD screen too. Did you manage to find any basic code or tutorials? I’ve got some of the HAL examples working but not the LCD...