Posted on May 17, 2011 at 15:02to patocheham: The max frequency is now 16MHz. In order to run faster, you need to select the STM8S207 (24MHz) In my application, I need the ADC1 Scan mode let my chip run faster(9ch ADC convert every 1ms). It is ADC2 ...
Posted on May 17, 2011 at 15:02I used the STM8S205S6 (header file is STM8S205C_S.h), STVD and cosmic compiler. I read the datasheet and try to use the scan mode of ADC1 module. I try to set the scan bits in ADC_CR2 and the other setting bits. But I ...