This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I worjk around the A15101E error?

Hello. I am using the lite edition of Keil uVision4.

I try to execute the simple command: "MOV r4, #0xA6E90000". I am getting the error message: "A1510E: Immediate 0xA6E90000 cannot be represented by 0-255 and a rotation"

However, the IDE has no problem executing "MOV r4, #0xFFFFFFFF"