Posted on April 23, 2015 at 15:01I am attempting to implement slave device on an STM32f0 that has both transmission and receive. I have looked at the two board solution. I am able to write to the transmission buffer. However, I can not get the ST...
Posted on February 26, 2015 at 04:42
I looked at several post and discovered that other have seen the following:
Thanks again for your reply. The code is working fine.
It seems like the data in the array is arranged like this:
Regul...
Posted on February 26, 2015 at 04:59I ran across a post that suggest moving the DMA enable just prior to the ADC enable. /* Enable ADC_DMA */ ADC_DMACmd(ADC1, ENABLE); /* Enable ADC1 */ ADC_Cmd(ADC1, ENABLE);I did not change a bit of code ...