Associate III
September 9, 2019
Question
Bug in cubemx IDE LWIP + freertos on NUCLEO f429ZI
- September 9, 2019
- 5 replies
- 6015 views
Hi
I setup a new cube project using cubeIDE for NUCLEO f429ZI.
- iselected the NUCLEO f429ZI
- I added LWIP + no DHCP
- I added Freertos CMSIS V2
- I compiled the code.
Problem 1: ping was not working.
I solved it by increasing the stacksize of default task to1024 bytes.
With this I could Ping the board.
Problem 2: after some minute ping would no longer work.
My code would hang here: xQueueSemaphoreTake::::-> configASSERT( pxQueue->uxItemSize == 0 );
I solved this by giving the defalt task "osPriorityAboveNormal"
Atleast it didnt hang for the last 20 minutes.
is this a bug, or am I missing something?
I also attached my cube ioc file.
Would be nice if some could help out.
