Skip to main content
Nhor.1
Associate
April 26, 2023
Question

disable touch controller before executing code generated by TouchGFX

  • April 26, 2023
  • 1 reply
  • 1742 views

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.

 

This topic has been closed for replies.

1 reply

Osman SOYKURT
ST Technical Moderator
May 9, 2023

Hello Nhor.1

I believe this subject was treated in this other thread.

/Osman

ST Software Developer | TouchGFX