Hi,
i am using ccs studio to read values from adc for a battery charger circuit.Are there any built in function in ccs studio to convert binary values from ADCMEM to decimal values.
Regards
vishnu
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i am using ccs studio to read values from adc for a battery charger circuit.Are there any built in function in ccs studio to convert binary values from ADCMEM to decimal values.
Regards
vishnu
The register or memory view windows in CCS offer a variety of display formats. However, if you want to convert actively delivered data into a different form, you will need to do this in the code before sending. E.g. by using the printf function.
Or you use a PC frontend that does the display conversion for you.(I think, PuTTY offers a hex view of incoming serial data)
**Attention** This is a public forum