0
const SPIMSP432DMA_HWAttrsV1 spiMSP432DMAHWAttrs[Board_SPICOUNT] = {
    {
        .baseAddr = EUSCI_B1_BASE,
        .bitOrder = EUSCI_B_SPI_MSB_FIRST,
        .clockSource = EUSCI_B_SPI_CLOCKSOURCE_SMCLK,
        .defaultTxBufValue = 0,
        .dmaIntNum = INT_DMA_INT1,
        .intPriority = (~0),
        .rxDMAChannelIndex = DMA_CH3_EUSCIB1RX0,
        .txDMAChannelIndex = DMA_CH2_EUSCIB1TX0,
        .clkPin = SPIMSP432DMA_P6_3_UCB1CLK,
        .simoPin = SPIMSP432DMA_P6_4_UCB1SIMO,
        .somiPin = SPIMSP432DMA_P6_5_UCB1SOMI,
        .stePin = SPIMSP432DMA_P6_2_UCB1STE,
        .pinMode = EUSCI_SPI_4PIN_UCxSTE_ACTIVE_LOW
    },
};

The above code was generated from the SYSCONFIG tool from TI and has to do with the SPI configuration. I haven't found any documentation for the above form and I hope to get help from someone.

Andonikos
  • 1
  • 1
  • So what is confusing? `get help` help with what? Please read https://stackoverflow.com/help/how-to-ask – KamilCuk Jan 30 '22 at 19:20

0 Answers0