Jump to content

uGFX stops at xQueueGenereicReceive [STM32F103]


Recommended Posts

Posted (edited)

Hello,

I am using FreeRTOS with uGFX, but I have problems to run it propely. I attach screenshot where program stops. If I disable ugfx init thread, freertos is working fine. Any solutions?

Thanks.

ss.PNG

Edited by mistral
Posted

At first sight it seems that the xQueue you give to the xQueueGenericReceive function is not intialized correctly. Maybe something is going wrong with the heap manager when using µGFX?

Could you show us the code where you initialize FreeRTOS and µGFX?

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...