libopencm3/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq
chrysn 94ce82396b modified examples to use libopencm3/cm3/nvic.h instead of /stm32/ 2012-10-18 13:28:03 +02:00
..
Makefile oops, had to update bin names in makefiles for adc examples 2012-10-07 15:38:02 -06:00
README added different ADC sampling examples for the LisaM v2 including: 2012-10-07 15:38:02 -06:00
adc_injec_timtrig_irq.c modified examples to use libopencm3/cm3/nvic.h instead of /stm32/ 2012-10-18 13:28:03 +02:00

README

------------------------------------------------------------------------------
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 sample an injected adc channel and
then uses an interrupt routine to retrieve the sample from the data register.

The terminal settings for the receiving device/PC are 115200 8n1.