olsndot/tests/adc-power
2016-03-30 17:23:11 +00:00
..
adc-power.c adc: use single float literals 2016-03-30 17:15:06 +00:00
adc-power.h stub adc on/off test code. 2015-10-17 02:15:58 +00:00
main-stm32f3-disco.c f3: use new rcc names 2016-03-04 00:43:41 +00:00
main-stm32f4-disco.c adc: f4: update for new naming 2016-03-30 17:13:40 +00:00
main-stm32f072-disco.c f0 working (one fixme) 2016-03-04 00:43:21 +00:00
main-stm32l4-disco.c fix l4 to run at 48Mhz and with a clock 2016-03-14 21:34:18 +00:00
Makefile.stm32f3-disco WIP: adc-power f3 2015-10-17 02:55:13 +00:00
Makefile.stm32f4-disco adc-power: f4: use correct path to linker 2015-10-17 02:52:48 +00:00
Makefile.stm32f072-disco f0 working (one fixme) 2016-03-04 00:43:21 +00:00
Makefile.stm32l4-disco attempt actual adc on l4 2016-03-04 00:43:41 +00:00
README.md adc: document where debug output goes 2016-03-30 17:23:11 +00:00

For most boards, adc channels 1 and 5 are PA1 and PA5.

Not the F3. oh no, that board is cray cray. PA0 and PF4

For boards with a Cortex-M3 or better, debug output is on ITM channel 0 (Yay!) For M0/M0+ boards, debug is via a tx only UART on PA9.

https://github.com/libopencm3/libopencm3/pull/471 https://github.com/libopencm3/libopencm3/pull/457 https://github.com/libopencm3/libopencm3/pull/534

https://github.com/libopencm3/libopencm3/issues/456 https://github.com/libopencm3/libopencm3/issues/455 https://github.com/libopencm3/libopencm3/issues/454