We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?