I'm working on a project involving a Teensy 4.1 connected to a dsPIC micro, with the dsPIC being used for some of its IO peripherals (such as SENT). My plan is to connect the two via SPI, with the two using DMA to output data buffers with no overhead. This was fairly easy to accomplish on the...