I have an int declared globally:
int idata dac0;
Then in my task I set a breakpoint where the variable is being set. It's not being set correctly and in the Watch window it shows up as a float? Any ideas? Thanks.