2024-03-27 06:16 PM
Hello, in my project, I will be communicating via CAN with an STM32H735_G and a cluster of car components. I have a sequence of test examples. For exemple , if I send a specific frame to activate a feature within the car cluster, I aim to manage these test sequences using TouchGFX. For example, if I press Button 1 on the TouchGFX interface, a communication session can initiate between the cluster and the STM32 and first test begin if i press in other button second test done . can i do this with touch gfx
Solved! Go to Solution.
2024-03-27 08:47 PM - edited 2024-03-28 01:23 AM
Indeed, you can do that. Start by a simple project: when you press a button 1, you turn on LED1 from the board. When button2 is pressed you turn on LED2 etc.. or setting a GPIO on the board or simply turning off LED1… Find any simple action to do.
Refer to that video on Youtube for "TouchGFX GUI and Hardware Interaction".
Then when succeeded you can replace the LED/GPIO operation by any action you want. Example: sending a sequence of CAN frames.
2024-03-27 08:47 PM - edited 2024-03-28 01:23 AM
Indeed, you can do that. Start by a simple project: when you press a button 1, you turn on LED1 from the board. When button2 is pressed you turn on LED2 etc.. or setting a GPIO on the board or simply turning off LED1… Find any simple action to do.
Refer to that video on Youtube for "TouchGFX GUI and Hardware Interaction".
Then when succeeded you can replace the LED/GPIO operation by any action you want. Example: sending a sequence of CAN frames.