• S3C2440 Serial Interrupt problem
    Hi all, I am developing program for UART0 with Interrupt. #include "def.h" #include "option.h" #include "2440addr.h" void uart_init(void); void uart_transmit(void); void uart_interrupt_init...
  • S3C2440 Interrupt problem
    Hi all, I am developing program for UART0 with Interrupt. void uart_init(void); void uart_transmit(void); void uart_interrupt_init(void); void dely(U32 tt); static void __irq Uart0RxInt(void...
  • S3C2440 and ULINK2
    Is there somebody that used that combination? I can't download code to SDRAM (yes, SDRAM controller is properly initialized though uVision ini file). After starting debugger, I can write to SDRAM but...
  • For S3C2440: Keil or ADS?
    Hi all, I recently got my ARM9, the SKY2440-v2 with 7" TFT eva kit from www.developmentboard.net As a novice in this field I'd like to get some suggestions on the development environment. I...
  • 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...