Posted on October 19, 2015 at 16:32
Hi,
I'm using OpenSTM32to debug my application.
I want to interrupt every 100 usec. In order to do that, I configure an interrupt based on a timer.
First, I evaluated theapplication in Nuc...
Posted on October 19, 2015 at 18:20Thank you clive1 for your fast answer.Double check the vector table, it's location and it's content.Do you refer to check the NVIC_InitTypeDef and TIM_TimeBaseInitTypeDef structures? The same configuration works in...
Posted on October 14, 2015 at 16:03 Thank you very much!!! Your contribution have been very helpful. I thought that with DMA_InitStructure.DMA_Mode = DMA_Mode_Circular; , the DMA was working in circular mode but not... The new config...
Posted on October 14, 2015 at 11:51Thank you for your response.My aim is to convert 3 analog signals using 3 channels of ADC1. This code works one time, but I want to convert the signals continuosly. I'm using Nucleo-F334R8 board. This is the code t...
Posted on October 13, 2015 at 11:50Yes, I know that it is not required to use DMA but I think this will be better in terms of time....I have used the Circular Mode and it doesn't work...Anyway, if I use the EOS interrupt instead of DMA, how can I ac...
Posted on October 09, 2015 at 09:28Hello,This works perfectly but only one time. I thought that the following configuration ''ADC_InitStructure.ADC_ContinuousConvMode = ADC_ContinuousConvMode_Enable;'' means that the ADC is converting continuosly or...