1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd5x
Benjamin Valentin bfb3d52a63 cpu/sam0_common: implement periph/dac
The sam0 MCUs all have a DAC peripheral.
The DAC has a resulution of 10 or 12 bits and can have one or two
output channels.

The output pins are always hard-wired to PA2 for DAC0 and PA5 for DAC1
if it exists.

On the same54-xpro I would only get a max value of ~1V when using the
internal reference, so I configured it to use an external voltage reference.

The external reference pin is hard-wired to PA3, so you'll have to connect
that to 3.3V to get results.
2020-05-02 18:31:55 +02:00
..
include cpu/sam0_common: implement periph/dac 2020-05-02 18:31:55 +02:00
periph cpu/sam0*: Wrap cortexm_sleep call 2020-02-24 11:48:13 +01:00
cpu.c cpu/samd5x: don't run DFLL on-demand 2020-04-02 20:11:41 +02:00
doc.txt
Kconfig cpu/samd5x: Add Kconfig file 2020-03-31 13:39:40 +02:00
Makefile
Makefile.dep cpu/sam0_common/periph/uart: implement buffered write 2019-11-27 19:01:00 +01:00
Makefile.features cpu/*: add cortex_mpu to known-to-support CPU families 2020-03-03 22:59:41 +01:00
Makefile.include cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
vectors.c