I am currently trying to figure out how to get a DMA channel to send all 12,482 bytes to a display over the SPI channel. I have been successful at transferring the buffer with a simple while loop and using the SpiChnPutC(). This was supposed to only be te..
↧