Teensy 4.1 SPI Support #62134
-
|
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.
Replies: 2 comments
-
|
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.
-
|
Hello, can you give an example of how to enable an spi bus on the overlay file please |
Beta Was this translation helpful? Give feedback.
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.