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
I am currently working on a project that will use a teensy 4.1 to control about 100 SPI devices and plan to use the FlexIO periphial to minimize daisy-chaining by driving up to 16 devices in parallel (only one channel select though). I have already hacked together a version that basically writes the constants from the SPI Master example into the registers with a bit of extra configuration.
Does it make sense to include a FlexIOasSPI periphial here? I think I lack the experience to write a useful general FlexIO abstraction as this is my first embedded project.
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response! Hope your project is making progress.
I'd be interested in studying your SPI-specialized FlexIO driver. It could give us the chance to use an otherwise unused peripheral for something, even if it's not generalized. I'm particularly interested if it
supports the embedded HAL SPI I/O traits, clock phase / polarity configs
I am currently working on a project that will use a teensy 4.1 to control about 100 SPI devices and plan to use the FlexIO periphial to minimize daisy-chaining by driving up to 16 devices in parallel (only one channel select though). I have already hacked together a version that basically writes the constants from the SPI Master example into the registers with a bit of extra configuration.
Does it make sense to include a
FlexIOasSPI
periphial here? I think I lack the experience to write a useful general FlexIO abstraction as this is my first embedded project.The text was updated successfully, but these errors were encountered: