Skip to main content
LMali.11
Associate
May 25, 2022
Question

Hello every one. Did someone already proceed to transmit something on the Spi Bus (via the cn12 connector) of the STM32f469I Disco board via Touchgfx without Cube or another IDE? Thanks for reading me

  • May 25, 2022
  • 3 replies
  • 861 views

..

This topic has been closed for replies.

3 replies

wired
Senior II
May 26, 2022

TouchGFX doesn't interface with peripheral hardware. Not sure what you're asking. If you want to perform some type of communication with SPI based on a GUI event, you should pass your data back to the Model and handle it from there with custom code.

With respect to the 469i board, you can certainly use the SPI interface on the CN12 connector for communication.

Tesla DeLorean
Guru
May 26, 2022

The processor will run whatever code you put on it.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
LMali.11
LMali.11Author
Associate
May 30, 2022

ok , you have relieved me of a doubt.

thank you guys .