Skip to main content
Freedom_Neo
Senior
February 18, 2022
Solved

Touch part isnt working because of analogClock widget.

  • February 18, 2022
  • 7 replies
  • 1280 views

I added analogClock widget but I didnt write code with analogClock widget I didnt actived it. touch part wasnt work. Why didnt touch part work?

This topic has been closed for replies.
Best answer by Osman SOYKURT

Hello Freedom_Neo,

Do you still use a STM32H7B3IIT6 Custom Board and TouchGFX Version: 4.18.1 ?

I tried on my side with a basic example, and it works fine. Can you be more specific with your issue ?

You will find attached an example of my project using the analogClock widget and buttons. Tell me if it works on your side.

/Osman

7 replies

MM..1
Super User
February 18, 2022

???

Freedom_Neo
Senior
February 18, 2022

The clock needs external RAM to work properly. I know that. But I just added the analogClock widget to the screen. So I didn't activate the clock. But the touch part did not work, it did not detect it. Then I deleted the analogClock widget and the touch part worked fine. Why is this happening?

MM..1
Super User
February 18, 2022

clock needs external RAM to work properly ... fake

what is touch part ?

show model and screen code

Osman SOYKURT
Osman SOYKURTBest answer
ST Technical Moderator
February 18, 2022

Hello Freedom_Neo,

Do you still use a STM32H7B3IIT6 Custom Board and TouchGFX Version: 4.18.1 ?

I tried on my side with a basic example, and it works fine. Can you be more specific with your issue ?

You will find attached an example of my project using the analogClock widget and buttons. Tell me if it works on your side.

/Osman

ST Software Developer | TouchGFX
Freedom_Neo
Senior
February 18, 2022

Hello Oskt,

MCU: STM32H7B3IIT6 Custom Board

GUI: TouchGFX Version: 4.18.1

IDE: STM32CubeIDE Version: 1.8.0

DRAM: IS45S16800F-6CTLA1-TR

FLASH: MX25L51245G

CPU Clock: 280MHz

I tried analogClock example on the development board(STM32H7B3I-DK), I ran it. But when I make analogClock example on my custom board, the touch part doesnt work. It doesn't detect clicking buttons. I'm probably having a problem with the RAM.