Posted on May 17, 2011 at 13:51Hi, now we tried PD6 PA10 and PB5 at 0V, nothing happens. Processor data is: STM32F107 VCT6 Z 990MF VC MYS 99 961 ST e4 ARM
Posted on May 17, 2011 at 13:51We also had problems with steps in ADC. We are using stm32F105VC. After several tests we found out, that the clock for adc must be configured as following. RCC_ADCCLKConfig(RCC_PCLK2_Div4); with ''RCC_PCLK2_Div2'' we...