• 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...
  • 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...
  • 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/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;...
  • LPC2148 assembly code. Trying to read data from read-write memory but Label showing blank data
    I am trying to copy data from LUT from one location and copying it to another location. Here is the code AREA Program, CODE, READONLY EXPORT __main ENTRY __main ldr r0, =SourceL ; Address of...