Posted on May 17, 2011 at 13:14Hi, Thanks for your reply. After some investigation and lots of manual reading, only software way to do this is to store the alarm setting in the user registers in RTC power domain. CPU then checks for a previous alarm...
Posted on May 17, 2011 at 13:14Hi, Is it possible to detect if an alarm has occurred while the micro is powered down? The ALRF flag would be high in a normal situation, but it is cleared after a hardware reset. Martin.
Posted on May 17, 2011 at 13:11Hi, Just to make you aware, recent STM32 reference manual indicates WAIT signal only used with syncronous memory. Martin.
Posted on May 17, 2011 at 13:01I work for the same company which produces the Idealist toolchain. www.anglia.com/software.asp We are developing a microcontroller plugin for codeblocks which supports OpenOCD. It allows you to select a micro, and auto...
Posted on May 17, 2011 at 12:53Hi Mark, Interesting, yes I did use the low mem branch. Tremor seems to work by dynamically allocating buffers all the time, and using the normal one I soon ran out of memory. Although it needs more CPU power to use lo...