Forum Discussion
Altera_Forum
Honored Contributor
12 years agoLacks of logic in DS-5 work processes
I propose public here a deficiences in "intuitive" working with DS-5 AE. May be improved faster... My claims is in general for Debug: 1. Not enough point to variable and see it value in sma...
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.