• stack location within SFR region (0x80 - 0xff)
    Hi, from the *.map that I have after compilation, I found that the ?STACK is at 0x82H, within the SFR region. Will the stack overwrites the SFR as it grows?
  • stack location within SFR region (0x80 - 0xff)
    Hi, from the *.map that I have after compilation, I found that the ?STACK is at 0x82H, within the SFR region. Will the stack overwrites the SFR as it grows?
  • ARM9 RAM - 0xFF pattern and tangle of values?!?
    Is there anybody working with a ARM9 from Atmel? If I write a small c-file (only with a while(1) loop - no variable or anything else), load it into the controller and start debugging - then I could see...
  • ARM9 RAM - 0xFF pattern and tangle of values?!?
    Is there anybody working with a ARM9 from Atmel? If I write a small c-file (only with a while(1) loop - no variable or anything else), load it into the controller and start debugging - then I could see...
  • Can't access addresses 0x00 - 0xFF of memory using XBYTE
    I am using the XBYTE macro to access a memory mapped device. The chip select is being handled via another port (P1) to allow the full 64K of addresses to be axcessed. When I read data from the memory...