Paul - quick question regarding all the non time critical AtoD's.
Where in the code do you get these non-critical values? I'm lost...
Is this connected to this structure?
Code:
volatile realtime_data_type RTData = {0,0,0,0,0,0,0,0,0,0,0,0,0};
and this function?
If so, it's not called in code.
Code:
void FetchRTData() {
Is this assigned semi-automatically? Maybe through this?
Code:
RTData.throttle = throttle;
Or does this merely put a variable in an array structure?
*****edit*****
I've found some "normal code" in a large block of commented out code. Are you just not looking at throttle and temperature right now during sensorless testing??
***************
I've done lots of DSPic AtoD, and I'm very confused...
Thanks for any enlightenment!
E*clipse