• code
    PINSEL0_bit.P0_7 = 0x00;//set first functionality to port IO0DIR_bit.P0_7 = 0x01; // set P0.7 port to output IO0SET_bit.P0_7 = 0x01; // set P0.7 port to high// the above code is not working...
  • unexpected code
    There is simple code usRDelay(17); Comm_LineOut_Port=SendData.B.Bit02; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit01; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit00; usRDelay(17); Comm_LineOut_Port...
  • code for mainprjct
    hi...i'm doing my mtech mainprjct using ZSC31210 cLiteâ„¢ capacitor to digital conversion ic.i would like to get the code for i2c interfacing of this ic with 8051 microcontroller.can anyone help me? ...
  • RAM_MODE code
    Hi, I'm writing a bootloader for AT91SAM7SE. I want the flash related code(like erase, write etc) be located in internal ram during runtime. In the Keil native compiler(CARM) there was a key...
  • Startup code
    Does any body has ISR-working startup.s file for the LPCE2214 .I tried and downloaded many Startup files for LPC2214 from this site.. but ended up without success. Am using KEIL uvision evalution software...