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.

load register with 32-bit value when compiling for L138

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