Tool/software: Code Composer Studio
"remark #10372-D: (ULP 4.1) Detected uninitialized Port 10 in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins."
I got this above-mentioned error message while compiling code for MSP432P4011 with code composer studio. Not only port 10, some other ports too.
But when I check the datasheet of MSP432P4011 it doesn't have PORT 10. What is the actual solution for this and how can we initialize (which is the suitable configuration) unused ports to eliminate current consumption?

