NoSlawExtraToast
New member
I'm beginning a project and setting up some SPI devices on a Teensy 4.1. I see on the pinout diagram that pins 36, 37, 10, are all labeled "CS". My understanding is that most SPI libraries can use any GPIO pins as CS. If this is true, is it worth the trouble to use the dedicated hardware CS pins, or am I okay with using GPIO pins most convenient for routing? I guess also -- are there any driving factors that should/would make me want to switch over to those hardware CS pins over GPIO pins?
I need 4 CS pins (2 on SPI0, 2 on SPI1 if it matters). The devices using these chip select pins have maximum clocks of 7 MHz and 10 MHz on SPI0; 12 MHz and 10 MHz on SPI1.
Thanks!
I need 4 CS pins (2 on SPI0, 2 on SPI1 if it matters). The devices using these chip select pins have maximum clocks of 7 MHz and 10 MHz on SPI0; 12 MHz and 10 MHz on SPI1.
Thanks!