Skip to content

Commit 1e8cc6c

Browse files
iabdalkaderdpgeorge
authored andcommitted
renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix the RTC clock source.
Switch the RTC clock source to Sub-clock (XCIN). This board has an accurate LSE crystal, and it should be used for the RTC clock source. Signed-off-by: iabdalkader <[email protected]>
1 parent 4c7d955 commit 1e8cc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// peripheral config
2929
#define MICROPY_HW_ENABLE_RNG (1)
3030
#define MICROPY_HW_ENABLE_RTC (1)
31-
#define MICROPY_HW_RTC_SOURCE (1)
31+
#define MICROPY_HW_RTC_SOURCE (0)
3232
#define MICROPY_HW_ENABLE_ADC (1)
3333
#define MICROPY_HW_HAS_FLASH (1)
3434
#define MICROPY_HW_ENABLE_USBDEV (1)

0 commit comments

Comments
 (0)