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

Problem with Keil

I need to do a multiplication in the keil and the following mistake goes out for me. It does not leave me to use MLU and MUL. Why?

error: A1477W: This register combination results in UNPREDICTABLE behaviour

Parents
  • Thanks for help...

    I don't using Thumb mode and yes, I has consulted the ARM documentation and its say that only i don't use r15...

    Looking for error in documentation says

    For ARM: Warning: A1786W: This instruction using SP is deprecated in ARMv7
    For Thumb: Error: A1477W: This register combination results in UNPREDICTABLE behaviour

    But i use the arm mode, not thumb mode... (this is in options for target,target,code generation => ARM Mode)

Reply
  • Thanks for help...

    I don't using Thumb mode and yes, I has consulted the ARM documentation and its say that only i don't use r15...

    Looking for error in documentation says

    For ARM: Warning: A1786W: This instruction using SP is deprecated in ARMv7
    For Thumb: Error: A1477W: This register combination results in UNPREDICTABLE behaviour

    But i use the arm mode, not thumb mode... (this is in options for target,target,code generation => ARM Mode)

Children