• 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
    Hi I am using Atmel Sam7SE512 controller and LPC2378.For safety purpose i have to have a duplicate of my flash memory and have to do a power on self test,so how to test my ROM and RAM part to make...
  • 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 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...
  • Flash read and write with dyanamic condition
    I need technical support for the following: i am using KEIL3 and infineon XC161CJ microcontroller . i am facing a problem that i have to write dyanamic data using serial232 port from computer to microcontroller...