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: MSP-EXP432P401R
I am using an MSP432 launchpad to control and read from a linear CCD, then send the values over a serial USB connection. I found this code on the forum at https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/531322#pi316701=3
if youre using a launchpad, it's a 100-pin QFP so p9.0 is ADC Channel 17; pin 52 of the device.
See SLAS86 Figure 4-1.
Lynnelle,
A lot of questions! Let me try to answer them in order:
Slight typo in the above post. The latest MSP432P401R datasheet is SLAS826G. (follow the link). Table 4.1 shows the mapping of pins to functions (including the mapping of the Ax (x=0-23) analog inputs. If you search from that point for P9.0, you will find that yes, P9.0 tertiary function is an analog input for that port (A17 in this case).
For the rest of the Pin Functions, you'll need to look at the tables in section 6.12 (Input/Output Diagrams). For example, Table 6-62 shows the functions for P1.0-P1.7 based on the settings of the P1SEL0/1 bits.
For the rest of the questions, I'd suggest you start by going to TI Resource Explorer and trying the MSP432P401R driverlib examples there. That should get you started.
Regards,
Bob
**Attention** This is a public forum