cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F7 - Bug in ADC?

danielschramm9
Associate II
Posted on October 08, 2015 at 08:15

The original post was too long to process during our migration. Please click on the attachment to read the original post.
11 REPLIES 11
Posted on October 09, 2015 at 18:53

        TimHandle.Instance = TIM1;

        TimHandle.Init.Period            = 10;

        TimHandle.Init.Prescaler         = TIM_CLOCKDIVISION_DIV2; // LOOKS VERY ODD

        TimHandle.Init.ClockDivision     = 0;

        TimHandle.Init.CounterMode       = TIM_COUNTERMODE_UP;

        TimHandle.Init.RepetitionCounter = 0;

What's the trigger 50 MHz / 11? 4.54 MHz?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
danielschramm9
Associate II
Posted on October 13, 2015 at 07:42

Hi Chris,

there is no such section in the F7 Reference manual right now (Rev. 2).

Hi Clive,

you are right the timer frequency was much too high.

But setting it correctly does not change anything regarding the interesting effect.

I think I have to go for a workaround and cancel the search for a real solution.

Daniel