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.
Part Number: MSP432P401R
Hi,
I have taken previous course of Jon Valvano using Tiva C series of microcontroller. In that initializing GPIO as input/output there are several steps that needs to be followed like
1) Activate clock for the port
2) Unlock the port
3) Disable the analog function of the pin
4) Clear the bits in the PCTL to select the regular digital function
5) Set direction register
6) clear bits in alternative function register
7) Enable the digital port
While working on MSP432 above steps are not been followed (as both belong to Cortex -M4 family)
For MSP432 only
1) SEL0 & SEL1
2) DIR (Data direction register)
3) Enable pull up resistor
4) OUT
Is there any abstraction which is happening in the background / or previous steps are being followed automatically. Why the steps for configuration GPIO in MSP432 reduced.
Regards,
Tapas
**Attention** This is a public forum