• Declaring variables in external memory space
    I am using an LPC2468 processor with external SDRAM starting at address 0xA000000 in addition to the the processors built in RAM. I need to define variables in both address spaces. My predecessor...
  • Declaring variables in external memory space
    I am using an LPC2468 processor with external SDRAM starting at address 0xA000000 in addition to the the processors built in RAM. I need to define variables in both address spaces. My predecessor...
  • Allocating memory, Memory Space Exhuasted
    Does anyone know how to prevent this situation? On my old celeron 400mhz, running windows 2000 pro, I compile a file and my app runs fine. On my brand new P4 1.8ghz running XP. I compile the same...
  • MEMORY SPACE OVERLAP
    Hi all, When i try to run the program below ,i got the two warnings below. I didnt add stratup.s in my project. I am geting the error whenever i include the line *(int *)0x40003456L = fact; I would...