2023-04-26 01:05 AM
Generate code for touchgfx and stm32f429 discovery is equipped with Touch controller ic (I2C3), so it works normally.
However, the demo board I made does not have a Touch controller ic, so This function handles Memory management fault.
In MemManage_Handler(void) -> while(1) it goes into infinite loop and
It's not working at all.
So even if you clear the initialization function ( //MX_I2C3_Init(); )
Same.
Please tell me how to modify the code that prevents the use of the touch controller.
2023-05-09 06:42 AM