Part Number: MSP-EXP432E401Y
Other Parts Discussed in Thread: MSP430FR2433
Tool/software: Code Composer Studio
Hi. I have been striving to put a single GPIO as output I don't know how to make it.. I run the blink example in the driverlib and I did but I want to go deeper and learn to configure the MCU from myself and not using a library that help me to avoid hard staffs but it avoids me to learn.
PS: I run the blink code and debug it but it doesn't show the whole scenario. What I mean it doesn't enter to the function where it carries out the bit-banding. I run the code in paper and I got the register which enables RCGCGPIO N port is 0x43FCC130 and the manual it shows is an area for bit-banding operations. I have been reading bit-banding and what I learned it's a method to modifiy a single bit instead of the entire array or register but it seems that I don't get it completely since I cannot configure a GPIO as output