Other Parts Discussed in Thread: MSP430FR6989
So, I'm a self taught programmer trying to learn embedded stuff just for fun. I finally have a software build environment and was excited to get cracking. But I can't get past the provided blink.c program.
Clearly I'm missing the basics, and I've got a couple books on the way to help with a general overview of embedded programming, but I don't understand how to read a datasheet.
So in blink.c, turning on the led is setting Port 1, Pin 0 as output. When I look at the datasheet for Port 1 I see this:
P1.0/TA0.1/DMAE0/RTCCLK/A0/C0/ VREF-/VeREF-
And in the function list I don't see anything regarding a LED, let alone one of two that are there. Clearly I'm looking in the wrong area. Can anyone help me understand what I'm supposed to be looking at? Obviously 1.0 is i/o, but where can I find the information that ties this to the LED?
Sorry for such a basic question.