Re: [libopenstm32-devel] infinite wait in rcc_wait_for_osc_ready(HSI);
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uw...@he...> - 2010-01-14 18:54:43
|
Hi, On Wed, Jan 06, 2010 at 05:27:33PM +0100, Thomas Otto wrote: > 124c124 > < while ((RCC_CR & PLLRDY) != 0); > --- > > while ((RCC_CR & PLLRDY) == 0); > 127c127 > < while ((RCC_CR & HSERDY) != 0); > --- > > while ((RCC_CR & HSERDY) == 0); > 130c130 > < while ((RCC_CR & HSIRDY) != 0); > --- > > while ((RCC_CR & HSIRDY) == 0); > 133c133 > < while ((RCC_BDCR & LSERDY) != 0); > --- > > while ((RCC_BDCR & LSERDY) == 0); > 136c136 > < while ((RCC_CSR & LSIRDY) != 0); > --- > > while ((RCC_CSR & LSIRDY) == 0); Thanks a lot! Patch is now applied. Sorry for the delay. Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org http://www.crazy-hacks.org | http://www.unmaintained-free-software.org |