Posted on May 17, 2011 at 09:53Hi Dan, First you need to know that assembly syntax for GCC ARM is different from its RealView counterpart (and possibly to IAR too). So you need to adjust your startup file syntax. You might even need to redefine your...
Posted on May 17, 2011 at 09:52Hi everyone, The reference manual clearly states on page 253 that UART0 provides a full modem interface. I can clearly see the transmitted data on the oscilloscope on both RX (COM1 Pin 3) and TX (COM1 Pin 2) as well as...
Posted on May 17, 2011 at 09:50Thanks for the hint ;) I am indeed using a mechanical switch. Any ideas of how to make the ISR REALLY execute once when the button is pushed down?
Posted on May 17, 2011 at 09:50Hi fellas, I have been pulling my hair off during the past two weeks trying to track down the reason(s) behind the following problem. I successfully made the external interrupt 5 work by: 1 - Setting the GPIO3 pin 5 (G...