Other Parts Discussed in Thread: CONTROLSUITE, INSTASPIN-BLDC, DRV8312, TMDSCNCD28035ISO, MOTORWARE
I am trying to compile the TMDS2MTRPFCKIT and have encountered the following error.
undefined first referenced
symbol in file
--------- ----------------
_GpioG1CtrlRegs ./F28M35x_Gpio.obj
_GpioG2CtrlRegs ./F28M35x_Gpio.obj
When I search for GpioG1CtrlRegs or G2, I find then in F28M35Gpio.h not DSP2803xGpio.h. Yet when I include F28M35Gpio.h I understandably get incompatibility errors since DSP2803x..... is the correct file. Is this normal? Do you folks mix and match F28M35 files with DSP2803x files?? You don't do you? Assuming I am correct, what should I do to fix my problem? Add the two GPIOG1CtrlRegs symbols to the DSP2803xGpio.h file??
Thanks in advance for your help......
I believed I fixed the problem. I simply replaced the file F28M35Gpio.c with DSP2803xGpio.c and it attendant h file and the problem has been resolved. How the F28M35Gpio.c file got in there initially, I have no idea. I certainly did not add it on my own. Now whether the logic works as intended is another question.