• Connecting LCD in memory map mode to Microcontroller
    Hi All LCD is connected to 89C51RD2,its control lines RS,R/W & E are connected to p1.1,p1.2 & p1.3 rspv. Decoder is used for enabling SRAM,RTC,PPI. Rest all port lines of microcontroller are occupied...
  • memory mapping
    Hi, Maybe this is not the right forum for this question, but is there anyone who can tell me the correct settings to compile HID-firmware for the FX2? The problem is, I've written some firmware...
  • Memory Map
    uVision2 MENU: DEBUG/Memory Map I have to re-enter the memory map every time I go into debug with the below information. With Read and Write check boxes checked. X:0x100000,X:0x10FFFF X:0x180000...
  • Memory Map Memory Window
    Hello, i use the PK51 with uVision3. i am mapping a memory range within a signal function: MAP V:0,V:0xFF READ WRITE _WBYTE(0x00, 0x04); // store Byte 0x04 to adress 0x00 printf("Value...
  • Memory Map problem
    I have load keil example "blinky" program into RAM MCB167NET board using debugger, and it run. but when i load into flash, it is not working. what is the problem. Someone can tell me?