Hi,
I am trying to load a register with a 32 bit value. I don't have trouble doing this with IAR, but when trying to build with TI code composer 5.2 I find the LDR command is not allowed.
I tried MOVW to see if I could move half the value and the compiler tells me that it will only allow that instruction for v7, and the 926 is a 5e core.
Please could someone let me know what command I need to use?
Thanks