Teensy 4.1: Using SPI1 instead of standard SPI? #2350
Unanswered
nemesis2049
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello guys,
first of all i want to thank Oli for his great work for this library!
I use the Teensy 4.1 with a Waveshare Display 128x128 in hardware-mode (HW). So, thats works really fine and fast. The PJRC Teensy Audioshield uses the pins 10,11,12 - on the other hand they are nessecary for the display communication. So i want to move from SPI to SPI1 in the higher pin section. As far as i know i can use the "2ND"-configs for that. CS, DC and Reset works fine - the problem is MOSI and SCK.
In my case i would like to switch from:
to
Do anyone have a idea whats wrong here?
I started a couple of tests but couldnt solve that issue.
Thanks for helping!
All reactions