HSE Config
Posted on July 25, 2011 at 17:35I need to config my stm8s105k6 to work with oscillator of 16Mhz my code : CLK_ClockSwitchCmd ( ENABLE ); CLK->SWR = 0xB4; CLK->SWR = 0xB4; while ( !(CLK->CMSR == 0xB4 ) ); I get stuck behind the while loop Am I m...