Skip to main content
fabian2
Associate
July 29, 2015
Question

STM32F4 DIS CAM on the STM32F4 Discovery Board

  • July 29, 2015
  • 1 reply
  • 692 views
Posted on July 29, 2015 at 10:56

 

 

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    1 reply

    fabian2
    fabian2Author
    Associate
    August 5, 2015
    Posted on August 05, 2015 at 14:22

    Solved the problem. It was an issue with the SystemCoreClock beeing too slow. It was at 1MHz, which wasn't enough to provide enough Data in a short time. I upped the frequency to 144MHz, as done in the example code, and now it works.