Skip to main content
December 4, 2020
Question

System halts on function getFont

  • December 4, 2020
  • 3 replies
  • 1173 views

0693W000006EiHmQAK.png 

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

You can see callstack.

How to find course of problem?

This topic has been closed for replies.

3 replies

Vangelis Fortounas
Associate II
December 5, 2020

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

December 5, 2020

Stack 0x2000 HEAP 0x4000

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

MM..1
Super User
December 5, 2020

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

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