Other Parts Discussed in Thread: CONTROLSUITE
Hi Ti support team, I try to use controlSUIT, and from ABC_DQ0_POS_F.h, i have follow line:
//*********** Function Declarations *******//
void ABC_DQ0_POS_F_init(ABC_DQ0_POS_F *v);
void ABC_DQ0_POS_F_FUNC(ABC_DQ0_POS_F *v);
I add these lines to my file, and compilier does not accept them. I have follow error message
undefined first referenced
symbol in file
--------- ----------------
ABC_DQ0_NEG_F_FUNC ./Isr.obj
ABC_DQ0_POS_F_FUNC ./Isr.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "QT2_480_20231130_Rev1_V3_T205.out" not built
I searched and couldn't find ABC_DQ0_POS_F_FUNC(). Can you help me tell me what the problem is?
Thanks
Qifeng