• Regarding Program and Data memory
    Hi, I am using P89V51RD2 micro controller for my application.I am using kiel software for writing programs.after building my code it is showing as fallows, Program Size: data=12.2 xdata=626 code=44295...
  • problem regarding memory of lpc1114
    I AM USING LPC1114FDH28/102 WHEN MY CODE SIZE EXCEEDS 23KB IT ENTERS IN HARDFAULT. WHEN I REDUCE THE CODE SIZE TO LESS THAN 23KB PROGRAM WORKS FINE PLEASE SUGGEST THE SOLUTION.
  • Regarding 8051 RAM Memory and SFR memory
    In 8051 RAM size is 128 bytes which is divided in to 3 areas like register bank ,Bit addressable are and scratch pad area. what is the location for SFR ? many literature stating that 8051 has 256 byte...
  • Target memory setting
    For LPC 1768 develop using uVision 4.21. I set the target memory to: IROM1: 0x0 0x80000 IRAM1: 0x10000000 0x8000 IRAM2: 0x2007c000 0x8000 But someone told me I can also set to: IROM1: 0x0...
  • Regarding IVT and Memory mapping stuffs
    Hi Sir, I have a doubt, about Interrupt Vector Table (IVT) location as follows. Whether the IVT remains in lowest address (0x00000000) irrespective of what memory mapping is used? As the RST in...