Posted on February 13, 2013 at 15:18Is there a specific configuration order for peripherals I need to adhere to so peripherals will function correctly. #stm32f0-peripheral-config
Posted on February 13, 2013 at 15:47Thanks clive1 but I should clarify. If I want to service the ADC that is clocked with TIM2 with the DMA what should the order of config be? Sonthing like this:RCCGPIODMAADCTIM2
Posted on February 11, 2013 at 09:18Will the functionality of EXTI change if pull ups/downs are enabled in the pin configuration? Or will EXTI still function with pull ups/downs? All the examples I've seen don't use pull ups/downs. Is there a reason...
Posted on January 25, 2013 at 07:28Thanks clive1, That is how I configure the pin and EXTI. Is the sequence of any importance? I have functions that Setup RCC then GPIOs and so on. I'll build a program with just the EXTI config and see where that ge...
Posted on January 24, 2013 at 20:37Ok attempt number 4: In my final application I have to implement a external interrupt on PA14 of a STM32F051K6 to wake from sleep. Using the NVIC WFI mode example on a STM32F0-Discovery board I implement the funct...