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.

MSP432P401R: How to get rid of ULP4.1 advices?


Part Number: MSP432P401R

Hello! I'm getting this message for every port of the controller:


#10372-D (ULP 4.1) Detected uninitialized Port XXX in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.

although I've configured the port. I've tried this:

MAP_GPIO_setAsOutputPin(GPIO_PORT_P1, PIN_ALL8);
MAP_GPIO_setOutputLowOnPin(GPIO_PORT_P1, PIN_ALL8);

and the remedy from the wiki page.

Can someone tell me how to configure the port so that these ULP advices will disappear?

**Attention** This is a public forum