• reading data from code memory
    I've stored a hex file in my 8051 code memory starting from 0X5000 onwards and want to read it and store it to another processor.How can I implement it in C
  • want to read string & blank with scanf
    Hello to everyone, i would like to read strings with scanf. scanf("% s ",&text); My strings are normal spoken sentences. So there are blanks included in the string. Scanf terminates string...
  • 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;...
  • reading data from a port
    hi all i am trying to interface a lcd 16x2 display onto my arm7 board which has lpc2148 and since i am new into arm i have a doubt regarding how do we send and read a data on to a particular port...
  • How to write and read the data from RAM
    Hi friends, I am using AT91SAM7SE512 micro controller. I am working in a safety project. I want to test the Internal RAM data, before starting the process i want to check(self test)the Internal...