This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i often use assembly only projects for the MSP430. One thing i really miss is the possibility to resolve used references and cross reference to the included header file.
For example:
.cdecls C,LIST, "msp430fr69891.h" mov #WDTPW+WDTHOLD,&WDTCTL
I'd like to be able to click on the "msp430fr69891.h" part and be redirected to the header file. Or click on WDTCTL and be redirected to the part of the header file where WDTCTL is defined.
Is this even possible in CCS6 for assembly only projects, or does this feature only work for C/C++ projects?
Thanks, does this really work for you on an assembly only project?
For me it isn't working that way. All i do is setup an assembly only project and enter the above mentioned code. It builds without problems, but there doesn't seem to be any linkage between my .asm file and the included header file in regards to cross reference capability.
And i am using the TI compiler.
Regards,
Waldemar