Posted on May 17, 2011 at 11:35 Hi all! I'm trying to define some char variables which MUST not be initialized to 0 at startup. THe micro I'm using is ST92F Please can you help me, providing an example? Many thanks in advance. Aragorn ...
Posted on May 17, 2011 at 11:34 I enter stop with no problems... the problem is that I don't exit from that. May be I have to wait the clock stabilization? Many thanks
Posted on May 17, 2011 at 11:34 After further tests, I think I have a problem in clock stabilization. In fact, sometimes, if I cause a wake up from one of the wakeup lines, the subsequent instructions are not ''well executed'' (for example po...
Posted on May 17, 2011 at 11:34 I notice that, sometimes, my micro doesn't wake up from stop mode. Here is my code: disable_interrupt(); // Set wake-up lines set_page_pointer(WU_PG); WU_WUTRL = 0x00; WU_WUTRH = 0x00; WU_WUPR...
Posted on May 17, 2011 at 11:34I notice that, using a ST92F150, with a 4 MHz crystal, when I exit from Stop Mode the first instruction is executed after about 10 ms. This is not the same thing declared in the datasheet (max 5 ms). Can you help me to...