I want to shift out thousands of bits from a Teensy 3.6 at 1.6 MHz (to simulate a disk drive). Is there a more convenient way to do this than bit-banging? I've been looking at the manual and it seems that the UART only handles 9 bits, but SPI might work. I'm not particularly looking for code right now, but more looking for advice if SPI is the right way to do this or if there's a better option.
Thanks,
Ken
Thanks,
Ken