• Assembler keyword for address setting
    Hi, what keyword or other thing do I need to make assembled code being placed on a fixed predeifined memory location? I searched the asssembler help but did not find anything like that. Thanks...
  • Assembler keyword for address setting
    Hi, what keyword or other thing do I need to make assembled code being placed on a fixed predeifined memory location? I searched the asssembler help but did not find anything like that. Thanks...
  • __irq keyword
    Hi all, I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword. 2 questions : What is the difference between a...
  • ARM Keywords
    Note: This was originally posted on 9th July 2013 at http://forums.arm.com Hi, I am new to the ARM world. In one of the sample program that , i found some architectural conditions as below.. #if (defined...
  • volatile keyword
    The application note suggests to wrap a timer tick variable in a function which disables all interrupts, reads and copies the variable into a temp, re-enables interrupts, then returns the temp. Can...