Hello everyone. I have an evaluation kit EKK-LM3S9B96. I try to write simply program, just turn on led. I think i do it good and i don't know where i do mistake.
#include <LM3Sxxxx.H> int main() { GPIODirModeSet(GPIO_PORTD_BASE,GPIO_PIN_7,GPIO_DIR_MODE_OUT); GPIOPinWrite(GPIO_PORTD_BASE,GPIO_PIN_7,0xff); }
I set pin 7 as out and next put there 1. I would be greatfull for some help.
There is no such thing listed on the TI site - only the DK-LM3S9B96:
focus.ti.com/.../dk-lm3s9b96.html
Maybe they don't have it but i have. On the box is write: Stellaris EKK-LM3S9B96 Evaluation Kit
"There is no such thing listed on the TI site - only the DK-LM3S9B96:"
just because they don't have it now doesn't mean they didn't have it before.
Have you downloaded the complete Stellarisware package?
Have you studied the Stellarisware User Guide?
Did you read the Read Me First document?
Hi. It's working now. One pin from JTAG socket was broken. I solder new one. Thanks for help and Your time.