This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SIMPLELINK-MSP432-SDK: SPI DMA driver doesn't disable module when calling SPIMSP432DMA_close()

Part Number: SIMPLELINK-MSP432-SDK

Hi, 

I'm using a MSP432P4111 with SDK 3.40.1.02 and Code Composer Version: 10.1.0.00010.

I noticed that SPI DMA driver (SPIMSP432DMA.c) doesn't disable the SPI module when calling SPIMSP432DMA_close(). I see no calls to MAP_SPI_disableModule(hwAttrs->baseAddr) to set UCSWRST register bit.

In other drivers such as I2C this bit is set when closing the driver in order to disable the module.

Should my application code disable it or is this done at a different place I didn't see yet?

Many thanks for your attention,

Álvaro