cancel
Showing results for 
Search instead for 
Did you mean: 

STM8L101 ACTIVE-HALT

s_m_t_b
Associate
Posted on May 16, 2014 at 21:10

Hello.

in stm8L101 set this parametre for set auto wake up for 3.4s but after execute halt auto wake up dont work and stay in halt . how set parametr for work it?  tanks

      AWU_CSR|=0x10;

      AWU_TBR=0x0D;

      AWU_APR=32;  

      AWU_CSR|=1;

      asm(''halt'');

#stm8l101-active-halt
0 REPLIES 0