• C51 compiler version 5.10 - supports Winbond W77E516 and W78E516 ?
    We are using the C51 compiler V5.10 (an old version, I know) and I would like to know whether there is any reason why that compiler would not support the Winbond W77E516 and W78E516 parts. The part has...
  • C51 compiler version 5.10 - supports Winbond W77E516 and W78E516 ?
    We are using the C51 compiler V5.10 (an old version, I know) and I would like to know whether there is any reason why that compiler would not support the Winbond W77E516 and W78E516 parts. The part has...
  • w77e58 read or write
    How Can I read/write 1K SRAM on chip with w77e58 in keil c51?
  • w77e58 read or write
    How Can I read/write 1K SRAM on chip with w77e58 in keil c51?
  • Write/Read Flash into W77e58
    I'm trying to write and read internal RAM with w77e58 but without success. I'm using the following code. #include<string.h> #include<W77E58.h> unsigned char xdata xdata_buffer [1]; void...