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

CORTEX M0 - LDRSH command error

I use Keil, STM32F030F4 and assembly language.

Asm compiler produce an error message A1881E (Sign extended load/strore mode is not permitted) for LDRSH command.

But if I use C language, I see LDRSH commands in the disassembly area and compiler compile without any error message.

How can I use LDRSH command in assembly program?