1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/saml1x
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/saml1x, saml2x: PM_NUM_MODES is a valid mode 2020-04-01 18:10:23 +02:00
cpu.c cpu/sam0_common: add cpu_pm_cb_enter()/leave() 2020-03-31 17:18:58 +02:00
doc.txt
Kconfig cpu/saml1x: Add Kconfig file 2020-03-31 13:39:41 +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