• problem about memory map (8051)
    hi all ... after building my code, I want to debug with step into button to watch memory. however, whenever I press step into it gives an error like : *** error 65: access violation at C:0x0000...
  • problem about memory map (8051)
    hi all ... after building my code, I want to debug with step into button to watch memory. however, whenever I press step into it gives an error like : *** error 65: access violation at C:0x0000...
  • Some problem about Aduc7026 memory map
    If I configure the debug Initialization with DEBUG.INI which write " MAP 0x00010000, 0x00011FFF EXEC READ WRITE VNM MAP 0x10000000, 0x1001FFFF EXEC READ WRITE VNM MAP 0x30000000, 0x3001FFFF EXEC READ...
  • Some problem about Aduc7026 memory map
    If I configure the debug Initialization with DEBUG.INI which write " MAP 0x00010000, 0x00011FFF EXEC READ WRITE VNM MAP 0x10000000, 0x1001FFFF EXEC READ WRITE VNM MAP 0x30000000, 0x3001FFFF EXEC READ...
  • IVT Memory mapping problem for Bootloader and Application Code
    Hi, I am working on LPC2368 microcontroller. I need to develop two codes. One for bootloader and other is the actual application code. The bootloader resides at 0x0000 and the application code...