cancel
Showing results for 
Search instead for 
Did you mean: 

System halts on function getFont

EEuge
Senior

0693W000006EiHmQAK.png 

Look at breakpoint - this function halts (program go to HardFault)

You can see callstack.

How to find course of problem?

3 REPLIES 3

Hello, is the stack size proper for the application? (check and Static Call Graph)

EEuge
Senior

Stack 0x2000 HEAP 0x4000

"(check and Static Call Graph)" - I can't understand this, explain please. 

MM..1
Chief II

Check your definition line for gui task, here need be when you use defaulot task

osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 4096);