• 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 read data from a text file
    Hi all, i need to read data from a text file and write in keil µvision program. How to open file, read, write and close file works in µvision programs. Thanking you,
  • 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...
  • flash memory read data using my code doesn't match when reading flash using flash magic
    I have modified LPC21ISP code to read the flash memory of NXP controllers using serial communication. And i store the data into hex file. But the hex file data doesnt match with the memory when read...