User Activity

Posted on July 02, 2012 at 15:01Hi, I  am using IWDG and it works good. I would like to stop it when core halts (in breakpoints), therefore i did:   DBGMCU->CR |= DBGMCU_CR_DBG_IWDG_STOP; But it does not stop the IWDG. Do i miss something? Thanks.
Posted on May 31, 2012 at 16:17Hi, What is the GPIO pins configuration after reset? Where can i find it? Thanks - Udi. #gpio
Posted on May 15, 2012 at 11:33Hi, Does NVIC requires unique clock configuration, besides ''SystemInit()''. More prcisely what is the clock that opeartes NVIC? Thanks.
Posted on February 08, 2012 at 16:02Hi, How can i use PC14/15 as GPIOs? I turened off  LSE by using this function and configure PC14/15 as input floating:      RCC_LSEConfig(RCC_LSE_OFF);  But  the ports does not read any data, What do i miss?
Posted on February 01, 2012 at 12:44Hi, Is there any known problem/limitation on having interrupts during SPI comunication (between micro and external flash for example)? Thanks. #spi2-sck-open-drain-output