HI,
I am trying the pulse oximeter (slaa274) with MSP430FG437. in the c code, a function "mul16" is called, but it is defined in asm in another file "mul.s43".
If I just include the mul.s43 file into the project, there will be lots of errors say "[E0003] Only labels and comments may begin in the first column. Make sure that the label name is not a reserved keyword. ", "[E0001] Undefined symbol ", and "[E0002] Illegal mnemonic specified".
By the way, I am using CCS v5
Could anyone help me on this problem?
Thanks!