Question
stm32f429 discovery를 사용하고 있는�?� touchgfx 를 사용해서 프로그램 다운로드하면 정�? 입니다.
Hello, I am using stm32f429 discovery, and if I download the program using touchgfx, it is normal.
By the way, HAL_Init(); MX_GPIO_Init(); //MX_I2C3_Init(); MX_SPI5_Init();
MX_FMC_Init(); MX_LTDC_Init(); MX_DMA2D_Init();....
If you remove only the touch function (//MX_I2C3_Init();) and run the initialization,
Interrupt function (stm32f4xx_it.c)
void MemManage_Handler(void){ while (1) { }}
/* USER CODE BEGIN W1_MemoryManagement_IRQn 0 */
It's not coming out of the while statement
It is normal to use.
Please give me some solution.
