• signal condition
    Hi Any body help me regarding signal condition circuit for K type thermo couple. This signal aim interfacing with ATMEGA8535 microcontroller. IC. Please any body send me reliable...
  • 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.
  • 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 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...