Hi all,
I am using CCS studio with TI arm compiler/assembler v 5.5 to build my .asm assembly file for cortex m4 processor.
Instructions like
" LDRD R4,[R1] ", "STRD R8,[R5]" gives " Missing operand(s) " error.
I have build the same file without any errors using the GNU compiler in CCS.
I referred to many documents online and found LDRD, STRD is supported by cortex m4 and in specific by tiva tm4c129XNCZAD.
Please help me why this error is coming.
Thank you.
Regards,
Sreenivasa U