• Regarding Program and Data memory
    Hi, I am using P89V51RD2 micro controller for my application.I am using kiel software for writing programs.after building my code it is showing as fallows, Program Size: data=12.2 xdata=626 code=44295...
  • regarding boot loader and the user program
    hi, i'm new to this boot loader concept. i require to write user defined boot loader which do nothing but jumps to the user program. so, how do start this thanks radha krishna
  • Regarding C program convert to disassembly
    Hello, I have written simple program for subtraction in keil by selecting the LPC2148 from NXP family. When i observe the disassembly window my subtraction c program convert to instruction SUB R2,R0...
  • Query regarding assembly language programming
    Hello, 1.How to set bit of any SFR in XE164 (Infineon)controller in assembly language? 2.How & where to declare global variable in assembly langauage for the above mentioned controller?
  • regarding ARm7
    Hello, I am using ARM7 lpc2378 for usb developement.I use the keil example usb hid code,it woking fine and can tansmit,receive the 8bit data.Now I want to send and receive the 32bit data.I changed...