cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 - ADC to PWM outputs

guitest02
Associate II
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.
2 REPLIES 2
frankmeyer9
Associate II
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
Associate II
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...