We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b099db4 commit 753b08cCopy full SHA for 753b08c
ports/stm32/boards/NUCLEO_F446RE/mpconfigboard.h
@@ -53,6 +53,12 @@
53
#define MICROPY_HW_SPI4_MISO (pin_A1) // pin 30 on CN7
54
#define MICROPY_HW_SPI4_MOSI (pin_A11) // pin 14 on CN10
55
56
+// CAN buses
57
+#define MICROPY_HW_CAN1_TX (pin_B9) // pin 5 on CN10
58
+#define MICROPY_HW_CAN1_RX (pin_B8) // pin 3 on CN10
59
+#define MICROPY_HW_CAN2_TX (pin_B6) // pin 17 on CN10
60
+#define MICROPY_HW_CAN2_RX (pin_B5) // pin 29 on CN10
61
+
62
// USRSW is pulled low. Pressing the button makes the input go high.
63
#define MICROPY_HW_USRSW_PIN (pin_C13)
64
#define MICROPY_HW_USRSW_PULL (GPIO_NOPULL)
0 commit comments