Hello,
I don't know if there is an FAQ for this, so please excuse me with this post. I am a beginning programmer and I am confused with the data sheet for this board. I found the register addresses for Port F, is there an individual address for the on board LED and one for sw2? I looked at the lm4f1205qr.h file for some guidance) I understand that everything is bit manipulation. The user manual says that PF0 is switch 2. I want to use the switch to turn on/off an LED. I've looked at some code snippets on here but I am not following how the coding works. Is there a website or a book that shows how to how to do this kind of program specific to this board? I have been following the example programs on state-machine for make the LEDs blink. I've been able to manipulate blinking speed, order etc... I'm hoping this step using the switch to turn on an LED will help me to use an external switch (motion sensor) to turn on an external LED.
Sorry for the rambling!
Thanks in advance!