Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: TI C/C++ Compiler
Hello,
There was a related question "accessing C structure members in c28x assembly" which gave an example how to do this. I copied the example code
but I still get an error E0009 "Missing struct/union member or tag" in the assembler file. The .cdecls directive seems to work partly though, because I have
other variable and array definitions in the same linked header file, and they come ok in the assembler file, only the union and structure references do not work.
Maybe there are some properties settings in the compiler that need to be switched on? I also use a rather old compiler version, v.6.4.12.
Please help,
Jouko