• Pure assembler project with uVision
    I am looking for a step by step instruction how to setup a pure assembler project with uVision which is possible to download and debug on the target board (LM3S8962 Evaluation Board) later on. I...
  • Keil ARM inline assembly
    I want to insert inline assembly for following statements .I have used __asm directive but it gives error messege mrs r4, CPSR orr r4, r4, #0xC0 msr CPSR, r4 kindly advice
  • inline assembler
    Hello, I'm trying to optimize DSP functions to use them in my cortex M3 MCU. I use the Keil compiler and I want to work with inline assembler, but the Keil compiler don't support the inline assembler...
  • Inline Assembler syntax for ARM
    I had create a function that use __asm{ NOP NOP NOP NOP}; which it's work correctly on older version (about 4.0x). but It's problem in 4.2x version like this ": error: #1083: Inline assembler syntax...
  • inline assembly
    I'm trying to use inline assembly in a C file (my projetc consists in one C file and several a51 files). Options "generate assembler SRC" and "assemble SRC" are checked. I get the following message...