Jump to content

STM32F429 with FreeRTOS and uGFX


stechy1

Recommended Posts

Hello,

after hours and hours of project setup I was successful and compile project without error. Unfortunately my display is not showing anything.

I created base project in STMCubeMX. In Atolic True studio I setup uGFX library with simple example with one Label.

Full project is attached. Can anyone help me find, where is the problem?

Thanks

 

template.zip

Link to comment
Share on other sites

Every implementation that is available is present in boards/base.
It seems that for your board there are no baremetal drivers available yet. The only drivers available use ChibiOS.

The only option for now will be to write the board files yourself.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...