Posted on May 17, 2011 at 12:48The short answer: I'm concerned with the ''how'' not the ''why'' The long answer: There was a thread a while back about a guy that wanted to write in assembly. I've only evolved one step beyond this person in that I us...
Posted on May 17, 2011 at 12:48Since I haven't had any responses from the forum I thought I would post an example I wrote for the LM3S317 from Luminary micro. The ST micro reference manual doesn't give a procedure for initializing peripherals so I'm...
Posted on May 17, 2011 at 12:48Does anyone have a simple example of an LED blink for the Performance Stick? I'm just looking for a simple piece of code in C that initializes the I/O without the libraries. I tend to avoid the libraries and roll my ow...
Posted on May 17, 2011 at 12:29Well it looks like I was doing something to /TRST which is on Port B. I switched the LED blink from Port B to Port D pin 2 and that did the trick. I chose this pin since this doesn't have an alternate function and Port...