olsndot/tests/adc-power
Karl Palsson c5c33a4600 switch to using devices.data linker generation
Still using my own private rules, but now using the linker script generator so
no need to keep expanding on including .ld files in core libopencm3
2016-09-09 22:16:45 +00:00
..
adc-power.c adc: hacks to get it up and running for L4 2016-03-30 17:24:12 +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 adc: hacks to get it up and running for L4 2016-03-30 17:24:12 +00:00
Makefile.stm32f3-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
Makefile.stm32f4-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
Makefile.stm32f072-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
Makefile.stm32l4-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +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