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