Hello,
I am working on a Hall Sensor EVM that incorporates the MSP430FR4133. On this EVM, I intend to use P8.2 with a push button. In the process of trying to set up port 8 for my application, I noticed that the msp430fr4133.h header file is missing the definitions for input, output, direction, resistor enable, selection, edge select, interrupt enable, and interrupt flag for ports 3 through 8. Is there a newer header file available somewhere online? If not, how should I set the definitions for P8IN, P8OUT, P8DIR, P8REN, P8SEL0, P8IE, and P8IFG?
