On 2010-04-21 16:56, Ian Lance Taylor wrote:
This is presumably happening because of the volatile declarations.
I suspected as much. Are there other ways to access hardware registers in C that does not cause GCC to generate such inefficient code?
/Tobias