• ASM instruction error
    Hi all, Some of the arm instructions like STMIACS LDRBCS are reported as error by ARMGCC. What could be the reason ?
  • NVIC and ARM asm
    Cannot configure interupts of TIM6 on stm32f103 board Does my NVIC configuration wrong? Code: @ stm32f103 timer & interrupt test by laper_s (from 2019-02-02) .thumb .cpu cortex-m3 .syntax unified...
  • Is the 'S' necessary in the asm code?
    Hi, Before I write some Cortex A8 assembly code, I review some disassembly code of a small C program. In the following snippet, I don't understand the necessity of 'S' in ADDS. In fact, I don't see the...
  • Flash programming in ASM for Cortex M4
    Hello All, I am trying to write data into flash which i need to copy it to the SRAM later. I am doing this in assembly and this is part of the code i am trying to use. I have provided the addresses of...
  • Use case of .cantunwind in ARM asm?
    Hi Experts, What is the actual use case of .cantunwind keyword in ARM asm? Is there any illustrations available on usage of same ? Regards, techguyz