cancel
Showing results for 
Search instead for 
Did you mean: 

Reserving fixed memory space for bit banding flags

cosmapa
Associate II
Posted on April 19, 2009 at 18:45

Reserving fixed memory space for bit banding flags

10 REPLIES 10
joseph239955
Associate II
Posted on May 17, 2011 at 13:10

Hi Andreas,

I see the problem now. Instead of declaring the flags as regular variables, declaring them as pointers at fixed addresses could allow the compiler to optimize away the assembly code.

[ This message was edited by: joseph.yiu on 19-04-2009 22:19 ]