• Organizing a uVision3 project...
    Hello, I just installed uVision3 and am trying to get familiar with using it. I have an existing project that I have set up using both the ARM ADS 1.2 IDE as well as the Microsoft Visual Studio 2003...
  • Organizing a uVision3 project...
    Hello, I just installed uVision3 and am trying to get familiar with using it. I have an existing project that I have set up using both the ARM ADS 1.2 IDE as well as the Microsoft Visual Studio 2003...
  • How do pointers with different store type be organized into RAM?
    As we know, most of pointers in 8051 have 3 bytes. One of these bytes indicates the address type(data, xdata and so on) this pointer points to; the other two bytes will be organized the address. But orders...
  • How do pointers with different store type be organized into RAM?
    As we know, most of pointers in 8051 have 3 bytes. One of these bytes indicates the address type(data, xdata and so on) this pointer points to; the other two bytes will be organized the address. But orders...
  • Organization of startup from internal flash of Cortex M3
    Hi, i want to understand how the startup of a cortex M3 works. When i debug the startup i saw that from adress 0x0 a big area with DCW comes, like here: 0x00000000 0268  DCW  0x0268 0x00000002 2000  DCW...