SPRUIM2H May 2020 – October 2023 AM2431 , AM2432 , AM2434 , AM6411 , AM6412 , AM6421 , AM6422 , AM6441 , AM6442
When the DMA handler has completed its ‘N’ CBASS0 accesses, write_count is assigned with ‘N’.
Step | Register/Bit Field/Programming Model | Value |
---|---|---|
Start the channel | MCSPI_CHCTRL_0/1/2/3[0] EN | 1 |
Wait until write_count = N | ||
Disable DMA write request | MCSPI_CHCONF_0/1/2/3[14] DMAW | 0 |
Wait until last_transfer = TRUE | ||
Wait for end of transfer | MCSPI_CHSTAT_0/1/2/3[2] EOT | =1 |
Stop the channel | MCSPI_CHCTRL_0/1/2/3[0] EN | 0 |
Step | Register/Bit Field/Programming Model | Value |
---|---|---|
Read MCSPI_IRQSTATUS | MCSPI_IRQSTATUS | 0x- |
Write MCSPI_IRQSTATUS to reset channel status bits | MCSPI_IRQSTATUS[channel i bits] | 0b1111 |
IF: TXx_EMPTY AND write_count = N | ||
last_transfer = TRUE | ||
ENDIF |