Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWith "volatile" keyword compiler must place the variable in memory and make asm-commands for each read/write operation !
ARMCC ignoges this rule and only writes new values to memory from registers. I may connect to Disassembly in any moment and try to change even if "volatile" -- GDB shall consider this.