Skip to main content
guitest02
Associate II
August 18, 2012
Question

STM32F4 - ADC to PWM outputs

  • August 18, 2012
  • 2 replies
  • 984 views
Posted on August 18, 2012 at 06:51

 

 

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.

    2 replies

    frankmeyer9
    Associate III
    August 18, 2012
    Posted on August 18, 2012 at 14:17

    I saw that in the STM32F10x_StPeriph_Lib there is a function to calibrate the adc but didn't find it on the STM32F4 library.

     

    That is correct, with the newer parts like the F4 and the F0, you don't need to trigger the calibration manually anymore. I forgot about the exact details, but you can refer to the ref. manual if you are interested.

    I think I'm almost done, but I can't seem to make it works.

     

    It would be helpful to be a little more specific here, i.e. what exactly doesn't work.

    guitest02
    guitest02Author
    Associate II
    August 18, 2012
    Posted on August 18, 2012 at 18:47

    Thanks for the info on the adc calibration!

    Never mind the question, I found the problem !! I forgot to add the NVIC_Configuration() for the IRQHandler...