• Doubt in SIC bit using on-chip I2C of LPC2148
    While sending the data through on-chip I2C of LPC2148, we like to know the significance of clearing the SIC bit (I2C0CONCLR=0x08)for each transaction (address,data,stop)even though we are not using the...
  • assembly coding in keil
    hi! i tried buliding target in keil in assembly language and it gave a cryptic error.. can anyone help me figure out how to build target or run a assembly language written code in keil... i can well...
  • inserting assembly code in c language code
    Hi is there any way that i could insert some lines of assembly code in my code which was written in keil( C language). please tell
  • ARM Assembly code running continuously
    I am new to assembly language programming and tried running the following MOV and ADD program in Keil uvision 4.03 AREA ARMex, CODE, READONLY ; Name this block of code ARMex ENTRY ; Mark first...
  • Assembly Code
    I would like to run assembly code for the ARM7TDMI assembly using UVision2 or UVision3. I'm trying to simulate the REMAP using the AT91M42800A chip. How can i go about compiling assembly code using...