I'm working on a custom board utilizing two custom board featuring a TM4C129ENCZAD. The Tiva interfaces with another microcontroller via two SPI buses (SSI0 and SSI1). For TM4C129 is configured as a slave using mode 0 and with a 6.25Mbit clock rate. I configured the first bus (SSI0) to use uDMA for both RX and TX and it works great. When I duplicated my efforts for the second bus however things are very diffferent. They both have their own DMA channels but it seems when I go to enable UDMA_CHANNEL_SSI1TX it changes all the settings in the SSI registers. I provided two screenshots, one before and another after where you can see this happen. Any help would be much apprecated.
Thank you.