You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The Teensy 4.1 has 3 SPI channels on board. (SPI, SPI1, SPI2)
As far as I could see from the exisitng GUIslice config files, there is no ready-to-use configuration for using one of these additional SPIs
I tried to just configure the ADAGFX_PIN_xxx definitions for SPI1.
That basically works, but, when the Teensy4.1-onboard microSD is used, the GUIslice does not react any more.
A call to gslc_DrvInit(..); makes it work again, but, this is no really a clean way of sloving my problem..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
The Teensy 4.1 has 3 SPI channels on board. (SPI, SPI1, SPI2)
As far as I could see from the exisitng GUIslice config files, there is no ready-to-use configuration for using one of these additional SPIs
I tried to just configure the ADAGFX_PIN_xxx definitions for SPI1.
That basically works, but, when the Teensy4.1-onboard microSD is used, the GUIslice does not react any more.
A call to gslc_DrvInit(..); makes it work again, but, this is no really a clean way of sloving my problem..
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions