Posted on September 13, 2013 at 15:27
I think your ADC doesn't have a clock when your start the calibration. You should put the part :
ADC_CommonInitStructure.ADC_Mode = ADC_Mode_Independent;
ADC_CommonInitStructure.ADC_Clock = ADC_Clo...
Posted on September 09, 2013 at 15:00
Hi norair,
I would like to thank you for your answer, I can now do a software disconnection/reconnection as many times as I want.
Indeed, on my STM32F3 discovery, with a 1.5kOhm resistor sledered di...
Posted on September 09, 2013 at 14:59
Hi,
I had the same problem, but it seems it's just a timing problem.
Indeed, on my STM32F3 discovery, with a 1.5kOhm resistor sledered directly between PB8 and the D+ line, I can do it like that (th...
Posted on August 29, 2013 at 14:10 Hi bil, I've searched quite a long time too, it's finally not so hard. You just have to find the .inf driver file and modify it with your choosen PID and informations. ST give a driver only for this PID, that...