• 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...
  • code
    Who here have experience of running software written for 80C52 on LPC1778? Is it likely to work right away or will it crash? I have an existing design with existing software that I'm thinking of upgrading...
  • 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...