Skip to main content
KM L.1
Associate III
May 30, 2020
Question

I need an example code to operate qwerty keypad using joystick which is available on stm32h743 eval board... Please anyone help me out in this.. I'm struggling from many days ...... Thank u

  • May 30, 2020
  • 29 replies
  • 3684 views

..

This topic has been closed for replies.

29 replies

Martin KJELDSEN
Principal III
June 9, 2020

And do you have something working now?

KM L.1
KM L.1Author
Associate III
June 9, 2020

No

Martin KJELDSEN
Principal III
June 9, 2020

Are you expecting some sort of help from me? I can't really tell.

/Martin

KM L.1
KM L.1Author
Associate III
June 9, 2020

yes very much....

Martin KJELDSEN
Principal III
June 9, 2020

Then go ahead and explain to me what isn't working, what you're having issues with and how you'd like me to help.

KM L.1
KM L.1Author
Associate III
June 9, 2020

I'm generating code in stm32cubeIDE and I wanted to communicate between hardware button and touchgfx GUI. But I'm unable to integrate HAL function with touchgfx .

I went through the article which you had sent but I don't have clarity where to write the code to use external event as trigger.

Martin KJELDSEN
Principal III
June 9, 2020

"But I'm unable to integrate HAL function with touchgfx ." - Please elaborate. What does this mean?

Do you have any code that correctly samples the joystick?

KM L.1
KM L.1Author
Associate III
June 9, 2020

Ya I have code for joystick which I have worked on Keil….

Martin KJELDSEN
Principal III
June 9, 2020

It's impossible for me to help you if you don't give me more details on what you need help with and what your issues are.

/Martin

KM L.1
KM L.1Author
Associate III
June 10, 2020

First thing is I wanted to know how to communicate between hardware button and touchGFX.

Then how to make hardware button to act as trigger as I went through your article I didn't get where to add that piece of code .

As I'm new for touchGFX and c++ I don't know how to integrate the joystick part with the touchGFX QWERTY keypad code . The thing is I wanted to operate QWERTY keypad using joystick buttons which is on eval board without using touch.