Posted on May 17, 2011 at 13:31Hi, i have a similar issue. My program locks up after running a few minutes. After reading these posts i think it's possible that the reason is also an stack overflow. But how can i change the stack size? I'm using Rid...
Posted on May 17, 2011 at 13:20Hi, thanks for all the posts. I checked the signal with the scope. If I input a fixed DC voltage it's stable and has no noise. The same is with the real signal. Also the supply voltage has no noise. As a reference volt...
Posted on May 17, 2011 at 13:20Hi, I'm using the STM32F103VET6 and try to use the ADC1. I read the channels manually: Code: ADC_RegularChannelConfig(ADC1, 1, 1, ADC_SampleTime_7Cycles5); ADC_SoftwareStartConvCmd(ADC1, ENABLE); while(ADC_GetFlagSta...