• Flash write / read functions
    Hi, there, one thing I missed going from PIC to ARM is the ability to write to and read from onboard eeprom, or flash with supplied functions. Obviously, I haven't seen an ARM chip with onboard...
  • 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...
  • 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 float value to flash
    I try to write float values to flash memory of STM32F103RBT6. but it cannot read the value and CPU reset by IWDT. my code is in below: char str[100]; float Val; float Data; Data=123.456; FLASH_Unlock...
  • Reading/Writing data to flash with IAP
    I am using the LPC2300 (2378) board. I need to permanently store a variety of settings so that they are available from startup to startup. These are stored in a struct. I have done the following...