cancel
Showing results for 
Search instead for 
Did you mean: 

How to add BSP library cubemxide?

ZZqk
Associate

Hi, I try to use stm32f429 lcd screen. for this i need to add bsp library in my project and then use some .c file like sdram.c lcd.c etc. 

Can someone explain how can i add this library ?

What I'm trying to do is in the video on the link, but he's using Keil.

https://www.youtube.com/watch?v=u_TVAudWabI

Is there another method for controlling the LCD? Only using cubemx.

I just want to print the word alone on the screen.

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
Ethan HUANG
ST Employee

I think you could follow the attachment to deal with "adding BSP into your CubeIDE project" in a quick way so you could start from a BSP added code base.

View solution in original post

4 REPLIES 4
ZZqk
Associate

I still need a help. hopefully someone helps.

Ethan HUANG
ST Employee

I think you could follow the attachment to deal with "adding BSP into your CubeIDE project" in a quick way so you could start from a BSP added code base.

CDew.1
Associate III

Hi ZZqk - did you find an answer?

I followed Ethan HUANG's answer. It fixed almost all of the undefined references, but createFramewin() (in GUI_App.c) is still undefined.

victagayun
Senior III

0693W000003OgEoQAK.jpgYou may still need to add it in the GCC compiler include path

 0693W000003OgEjQAK.jpg

and check if added in path and symbols