My First ARM Program
Monday, July 31st, 2006
HI,
This code was finished few weeks ago, but because I need to read a lot materials about ARM and IAR and I need wait my wiggler work, so that I release it now.
// Include Standard files
#include “Board.h”
void wait (unsigned int time )
{
//* Begin
unsigned int waiting_time; […]