Posted on October 15, 2015 at 11:52
Hi.I'm using 6MHz external crystal for STM32F0 instead of 8MHz.Following standard setup,i have successfully clocked the APB & AHB at 48MHz via PLL with the following modification on the code pasted below:
...
Posted on October 15, 2015 at 06:03
Hi.I'm a newbie in ST and ARM.I tried to setup 2 Channel ADC with DMA but it's not working.Can somebody guide me?.I think i keep on making mistakes somewhere.Thanks!
/*Preprocessors Directives*/
#in...
Posted on October 13, 2015 at 11:19
Hi.I am trying to move one channel ADC value into DMA and read it in main.However its not working.What could be wrong??
/*Preprocessor Directives*/
#include <
stm32f0xx_adc.h
>
#include <
stm32f0xx_...
Posted on October 16, 2015 at 03:44
Hi John,
Yup.Found and altered the HSE constant in 32f0xx.h.
Sorry.I'm a newbie in ARM.Do i need to alter this as well?
/* HSE oscillator clock selected as PREDIV1 clock entry */
Sys...
Posted on October 15, 2015 at 04:04
Hi Clive,
Thanks for pointing that out.However in main,it gets stuck here (during debugging) >
/* Test DMA1 TC flag */
while
((DMA_GetFlagStatus(DMA1_FLAG_TC1)) == RESET);
Should i avo...