STM32F7 - Bug in ADC?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-07 11:15 PM
Posted on October 08, 2015 at 08:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
This discussion is locked. Please start a new topic to ask your question.
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-09 9:53 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-12 10:42 PM
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
- « Previous
-
- 1
- 2
- Next »