User Activity

Posted on April 02, 2018 at 13:17Hello all,I'm trying to execute some part of my code from RAM as this part is executed in low power run mode, so Flash is turned off.All RAM function I used is working well except the delay fn.the code I use for dela...
Posted on March 13, 2018 at 19:14Hi all,I'm using STM8l052R8 MCU.I'm trying to switch the clock from HSI to LSI but I can't. this is my code:{CLK_DeInit(); //deinitiate clock CLK_SYSCLKSourceSwitchCmd(ENABLE); //enable switchingCLK_LSICmd(ENABLE); /...