• 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 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...
  • LDR assembler
    hello Since I use TI AM3354 to built a project, and I use TI's CCS as compilier. I write the following code, but the R1 register can not pickup the value in address uipCurrentTaskTCBPtr ldr R1,...
  • LDR assembler
    hello Since I use TI AM3354 to built a project, and I use TI's CCS as compilier. I write the following code, but the R1 register can not pickup the value in address uipCurrentTaskTCBPtr ldr R1,...
  • ARM inline Assembly or pure Assembly in Keil
    How can I write inline ARM Assembly functions or pure Assembly in Keil for STM32F429 microcontroller? I have some unsuccessful attempts: For pure Assembly: AREA ARMex, CODE, READONLY ; Name...