mistral Posted January 31, 2018 Report Share Posted January 31, 2018 (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. Edited January 31, 2018 by mistral Link to comment Share on other sites More sharing options...
cpu20 Posted February 2, 2018 Report Share Posted February 2, 2018 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? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now