• W77IE58 On Chip XRAM Problem
    Hi All, I am using Winbond W77IE58 chip. When i am using xdata variable as global variable, i am getting some junk data. (i.e) I have declared a char array unsigned char xdata test[] = "TEST CHARACTERS...
  • Header file for W77IE58
    Hi All, Which header file i have to include in my application for winbond W77IE58 microcontroller. In the INC\Winbond dir, W77C32.H is there. But, in that header file, it is not mentioned to use that...
  • sram
    which datas will store in onchip sram..... please help me
  • SRAM
    Hello. I wanna use SRAM to make more free space for my variables (including vector), I cannot understand how can I do this. It seems to be in Project Options -> Target -> Read/Write Memory Areas...
  • Interfacing AT89C4051 with an external Sram
    Hi, I am trying to use AT89C4051 to interface with an ADC and an external SRAM. The whole idea is get the sensor input from the ADC ( in terms of voltage) and write it to the SRAM. I dont exactly know...