From bece4c30d3b953cd7f469d9db06559ca443df189 Mon Sep 17 00:00:00 2001 From: Stephen Dwyer Date: Fri, 5 Oct 2012 11:40:21 -0600 Subject: added different ADC sampling examples for the LisaM v2 including: * simple polling of an injected channel * timer triggered sampling of an injected channel * timer triggered sampling and IRQ handling of an injected channel * timer triggered sampling and IRQ handling of 4 injected channels --- examples/stm32/f1/lisa-m-2/adc_injec_timtrig/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/stm32/f1/lisa-m-2/adc_injec_timtrig/README (limited to 'examples/stm32/f1/lisa-m-2/adc_injec_timtrig/README') diff --git a/examples/stm32/f1/lisa-m-2/adc_injec_timtrig/README b/examples/stm32/f1/lisa-m-2/adc_injec_timtrig/README new file mode 100644 index 0000000..d690f8a --- /dev/null +++ b/examples/stm32/f1/lisa-m-2/adc_injec_timtrig/README @@ -0,0 +1,11 @@ +------------------------------------------------------------------------------ +README +------------------------------------------------------------------------------ + +This is a simple example that sends the value read out from the +temperature sensor ADC channel of the STM32 to the USART2. + +This example uses a timer trigger to automatically sample the adc channel. + +The terminal settings for the receiving device/PC are 115200 8n1. + -- cgit v1.2.3