View Single Post
Old 10-14-2015, 04:08 PM   #2182 (permalink)
e*clipse
Permanent Apprentice
 
Join Date: Jul 2010
Location: norcal oosae
Posts: 523
Thanks: 351
Thanked 314 Times in 215 Posts
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

Last edited by e*clipse; 10-14-2015 at 04:32 PM.. Reason: another possibility??
  Reply With Quote