User Activity

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_Han...
touch controller //MX_I2C3_Init(); If you do, it will not come out of the interrupt void MemManage_Handler(void). I want to use it as GPIO without using touch controller.
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...
Use touchgfx example with stm32f429 discovery Keil with st link usbWhen I download it with 2 wire (swd), I get the message cannot load flash programming algorithm. Is there a solution?(It is the same even if you change the debug option 0x10000000 or ...
hello.It is programmed to move from screen 1 to screen 2 with Button.I would like to know how to move using gpio input.thank you.