• Writing to Internal Flash
    Hi, I am using LPC2478(ARM7) for my Application. I have to store my data in Internal flash in run time. I am trying this functionality by using IAP. Is it a right approach? Is there any other...
  • Flash read & write
    Hello friends I want to define 32bit(4 byte) value as a constant in flash. How to access it within a programm written in 'C' for 8051 microcontrolller. Please suggest me any solution.
  • 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...
  • Writing to internal EEPROM and FLASH can not be simulated
    Hello I'm using the Atmel controller AT89C51CC03. I wrote an application which writes data to the internal EEPROM and the internal FLASH. If I run the application in the target system it is possible...
  • 89s8252 internal EEPROM Write
    I had written a code in c for read and write the data to internal EEPROM as a char.Now I want to wriye it as a int or float then what i have to do? Is it any way to access the the int as a char so that...