STM32F103C8 Input Capture

Post Reply
fliozzi
Posts: 1
Joined: Fri Aug 07, 2020 2:30 am

STM32F103C8 Input Capture

Post by fliozzi »

Hello, could you help me with configuring input capture modules on STM32 blue pill using STM32duino. Thank you.
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: STM32F103C8 Input Capture

Post by ag123 »

there is a good ADC on stm32

Code: Select all

uint16_t value = analogRead(PA0);
Serial.print("read value: ");
Serial.println(value);
Post Reply

Return to “STM32F1 based boards”