How to monitor a variable in the program?
Up to HEW
I try to input a analog voltage into the h8s/2638 board in scan mode. After the a/d conversion, the voltage value will be stored into the variable like this:
usADC1_Result = P_AD.DRA;
Then I pass the value into the analog output by using d/a conversion.
P_DA.DR0 = usADC1_Result;
As the analog voltage will change, then the value will always changing. Therefore, how to monitor the variable usADC1_Result or the P_AD.DRA by using the hew 4.0?
Powered by
Ploneboard

