2012-08-17 09:51 PM
2012-08-18 05:17 AM
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.
2012-08-18 09:47 AM
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...