Skip to content

Commit e1e49ad

Browse files
iabdalkaderdpgeorge
authored andcommitted
stm32/boards/NUCLEO_H743ZI: Enable DAC peripheral.
1 parent 90bb98e commit e1e49ad

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#define MICROPY_HW_ENABLE_RTC (1)
55
#define MICROPY_HW_ENABLE_ADC (0)
6+
#define MICROPY_HW_ENABLE_DAC (1)
67
#define MICROPY_HW_ENABLE_USB (1)
78
#define MICROPY_HW_HAS_SWITCH (1)
89
#define MICROPY_HW_HAS_FLASH (1)

ports/stm32/boards/NUCLEO_H743ZI/pins.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ D12,PB14
2020
D13,PI1
2121
D14,PB9
2222
D15,PB8
23+
DAC1,PA4
24+
DAC2,PA5
2325
LED1,PB0
2426
LED2,PB7
2527
LED3,PB14

0 commit comments

Comments
 (0)