Hello
I have a question about receving digital inputs using TMS320F2812. i have a digital unit which is giving digital outputs (0-3.3 volts PWM squarewave) which is being fed into the DSP. My question is, how can I read/retrieve/get a specific value, For example;
0,2 volt = 2
0,8 volt = 8
1 volt = 10
(...)
3 volt = 30
I have looked in the "C281x C/C++ Header Files and Peripheral Examples", but I could not find anything directly related to my problem.
A small code example would be very helpful.
Best regards Jonas