Posted on May 17, 2011 at 13:24Keil MDK-ARM and RealView Development Suite has included bit band feature. But it is not as smart as what you described http://www.keil.com/support/man/docs/armccref/armccref_babcbgfc.htm
Posted on May 17, 2011 at 13:19Cortex-M3 can enter sleep by - WFI instruction - WFE instruction - Sleep-on-exit feature If the processor enter sleep mode via WFE (Wait for Event) instruction, it can be wake up by events including - interrupt - event...