We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Have anybody help me with the ADC interface code for C8051F060 ?. How to get the sign bit for the ADC output for the same. Thank You.
Do you understand the difference between having a sign bit plus 15 magnitude bits, and having a 16-bit 2's complement value? In both cases, a 1 in the "sign" bit indicates a negative number - but the way that works with the other 15 bits is different...
Yes Andy, I found out the difference and I am confident of extracting the value now. I will now try with what Eric says using the debugger.Once again thanking you all.