• How to Read/Write sequential data from/into a Memory
    Dear All, I'm really new for 8051 programming. I coding with C and I've a structure variable below, typedef struct PERSON_ST{ int ID; char Name[10]; char Age; }; struct PERSON_ST person;...
  • How to read and write from EEPROM
    i am using atmel 89c51rd2 controller for developing application. i have interfaced an 2k atmel AT24C02A EEPROM with the controller. can anybody of u tell me how to read and write to the EEPROM. i need...
  • How to write and read on external ram (register of CF)
    Hi, I just try enough time but don't do it really to write and read on the register of an CompactFlash, I think that is the same for an external ram. I have an embedded system, a pcb which have...
  • Read/Write from register
    hi I am trying to implement a filter on my Cortex m-0 based FPGA the main idea of this project is to create an accelerator from my C code to reduce the execution time ..and since my accelerator was...
  • 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...