2023-04-26 1:05 AM - last edited on 2025-12-16 7:35 AM by Andrew Neil
How to modify the code to disable the touch controller before executing the generate code for touchgfx and downloading it to stm32f429 discovery
I would be grateful if you could let me know
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 6:42 AM