Teensy 4.1 SPI Support #62134
Answered
by
henrikbrixandersen
Stevenlawrencehoriba
asked this question in
General
-
Can somebody confirm if SPI on teensy 4.1 port is now supported and what version of Zephyr is required for it. Or is it still being worked on? We are considering using Zephyr but we need SPI support as our custom board has various SPI chips , ADC extensions, thermocouples and DAC? is this possible now? |
Beta Was this translation helpful? Give feedback.
Answered by
henrikbrixandersen
Aug 31, 2023
Replies: 1 comment
-
Support for the i.MX LPSPI peripheral was added in 2018, but no SPI busses are enabled by default in the Teensy 4.1 board definition. They can be enabled in a devicetree overlay, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DerekSnell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for the i.MX LPSPI peripheral was added in 2018, but no SPI busses are enabled by default in the Teensy 4.1 board definition. They can be enabled in a devicetree overlay, though.