2013-02-13 06:18 AM
Is there a specific configuration order for peripherals I need to adhere to so peripherals will function correctly.
#stm32f0-peripheral-config2013-02-13 06:39 AM
Is there a specific configuration order for peripherals I need to adhere to so peripherals will function correctly.
Yeah, make sure you turn the clocks on first. And initialize them before enabling them.2013-02-13 06:47 AM
Thanks 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