Question
STM32f107Vbt6 controller interfaced with 3.2 inch ILI9341 display by using ST emwin GUI .After the LCD_X_DisplayDriver() function ,the debugger entered into HardFault handler() while debugging.(SPI Interface).GUI_DispString("Hello World!") is not wor
In GUI_Conf.c, allocated the memory size for GUI.And in LCD_Conf.c file, declared the size of display ,configured the flexcolor driver for ILI9341 controller.And aslo implemented the read and write function by using SPI. In order to resolve the Hardfaul handler(), I have changed the Stack and Heap size and also change the memory allocation for GUI. Is there any configuratio n need to be done?