Posted on October 03, 2006 at 09:10Hi! See my question below. // Prepare LPWFI FLASHR->CR0|=0x8000; // disable the flash during the LPWFI RCCU->CCR &=~0x2; //select CLK2/15 as peripherals clock during LPWFI RCCU->CCR |=0x1; //set bit LOPWFI for sele...
Posted on October 03, 2006 at 05:25Yes, but my question is before entering LPWFI mode. First we cut-off the used CK clock and then we execute the operation enter LPWI. Which clock will the cpu execute this operation with, when the CK clock not is ru...
Posted on September 29, 2006 at 11:581. Before we enter the LPWFI mode we externally stop the CK clock (2MHz). (Which is selected and used with PLL (->24MHz)). 2. After stopping the clock we enter the LPWFI mode (RCCU->SMR &= 0xFE). Which clock is u...
Posted on September 29, 2006 at 10:471. Before we enter the LPWFI mode we externally stop the CK clock (2MHz). (Which is selected and used with PLL (->24MHz)). 2. After stopping the clock we enter the LPWFI mode (RCCU->SMR &= 0xFE). Which clock is u...