2020-08-26 02:43 AM
hello everyone,
I'm getting this error; when I debug then launch the program, the GUI_ functions cause a hardfault, so I tried to change the main to start with the following (shown in the figure) with the BSP_LCD functions but I get same problem, how can I solve this. In BSP_LCD_Init() ther's no problem.
2020-08-26 07:57 AM
Examine SCB registers to figure out the source of the hardfault.
2020-08-26 09:48 AM
Be more specific, There are a variety of registers in that block! And which field/bit I have to examine?
2020-08-26 09:52 AM