This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need some help in programming 8051 with keil C

Hi 2 all,
Actually iam doing a project where i have to convert the analog voltage to digital and read it's output. I have done the program for generating the sclock and ss/ for ADC(Max187) and getting the serial 12 bit data output successfully....
But iam not able to convert this serial 12 bit data to parallel using 89C51 controller...
Can anyone help me by giving some hints or a sample program for it please....

Parents
  • The shifting of serial bits from SPI to/from a parallel register is no different from shifting any other serial bits to/from a parallel register - so you can use any such example to see how it's done.

    There is nothing specific to the 8051 or Keil here - it is all just basic 'C' skills...

Reply
  • The shifting of serial bits from SPI to/from a parallel register is no different from shifting any other serial bits to/from a parallel register - so you can use any such example to see how it's done.

    There is nothing specific to the 8051 or Keil here - it is all just basic 'C' skills...

Children