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.

CCS/MSP432WARE: Driver library dma.c does not compile when DEBUG is defined

Part Number: MSP432WARE


Tool/software: Code Composer Studio

In projects that set DEBUG (e.g. through the Predefined Symbols), several ASSERT statements fail in dma.c because they look for the DMA pointer. Instead, it looks like these should test for DMA_Control (for MSP432).

The fix is pretty easy for the MSP432 (Just change DMA to DMA_Control in the ASSERT statements), but it might take some more thinking to make sure this works well with the MSP430 as well.

**Attention** This is a public forum