• Vectored IRQ problems in RAM_MODE with LPC2378
    Using the MCB2300 board, I am working with the UART1 interrupt mode. Using a sample program in flash, everything works correctly, but when trying to run the same program at RAM_MODE, I had the following...
  • 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? ...