Skip to main content
ZZqk
Associate
June 2, 2019
Solved

How to add BSP library cubemxide?

  • June 2, 2019
  • 4 replies
  • 3856 views

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.

This topic has been closed for replies.
Best answer by Ethan HUANG

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.

4 replies

ZZqk
ZZqkAuthor
Associate
June 3, 2019

I still need a help. hopefully someone helps.

Ethan HUANG
Ethan HUANGBest answer
ST Employee
June 5, 2019

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
January 30, 2020

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
August 7, 2020

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

 0693W000003OgEjQAK.jpg

and check if added in path and symbols