2020-12-04 11:52 AM
Look at breakpoint - this function halts (program go to HardFault)
You can see callstack.
How to find course of problem?
2020-12-04 04:18 PM
Hello, is the stack size proper for the application? (check and Static Call Graph)
2020-12-04 09:46 PM
Stack 0x2000 HEAP 0x4000
"(check and Static Call Graph)" - I can't understand this, explain please.
2020-12-05 01:37 AM
Check your definition line for gui task, here need be when you use defaulot task
osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 4096);