• debugging in keil for ARM920T S3c2440
    Hi, Can you tell me the way to debug or simulate the application in keil written for ARM920T based Samsung S3C2440A. Any one Basic example like GPIO.
  • 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...
  • ARM S3C2440 interrupt problem
    Dear all i am having a ARM S3C2440 interrupt problem I readed keil help file, and S3C2410 interrupt example. When interrupt occurs, program counter jump to Exception Vector, IRQ handler locates...
  • 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 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...