• S3C2440 Interupt EINT1 example
    Hi, I assume that an interrupt vector table must be created in the S3C2440.s file in case I want an interrupt service routine to trigger on EINT1. How is that written? A working sample would be great...
  • RTL code example MCB2103
    Hi, I cannot find any project using Keil RTL using a Keil MCB2103 board, even in RTL or MDK V3.03a. The classical blinky would be fine by me. Is there anyone who can help me? Kind regards...
  • Blinky example
    I am a beginner in microprocessors and I am using STR912FAW44 (an arm 9 based board). While trying to run the Blinky example (using uvision3), I get the error 'No CPU dll specified'. What kind of dll...
  • LPC2148 EINT1 implementation
    Dear All, I'm trying to implement a counting button through MCB2140's INT1 button. I already changed GPIO 0.14 to EINT1 function, installed an ISR function for it. Inside the ISR function, I just...
  • STM32-Discovery Blinky example
    Hi all, I am trying to run the Blinky example for the STM32 Discovery board. The path is typically: C:\Keil\ARM\Boards\ST\STM32-Discovery\Blinky\Blinky.uvproj When I run the example project...