Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I'm working with the F28035 explorer kit and I'm trying to use the DLog_1Ch module from the digital power library. I have no asm files in my project and I can't figure out how to compile my stuff. I always end up with an undefined symbol. DLog_1Ch.asm is in my project. I included dplib.h from my main C file.
extern volatile long *DLOG_1ch_Input1; volatile int32 loggedValue; DLOG_1ch_Input1 = &loggedValue;
This is what I have left trying to compile it. DLOG_1ch_Input1 always end up being undefined... I looked at the project PFC2PhiL which is using the Dlog module but it's using it from assembly... Is it a must?
Thanks!