• 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...
  • 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...
  • 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...
  • 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...