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 810aa40 commit 2998341Copy full SHA for 2998341
source/hic_hal/nxp/lpc4322/IO_Config.h
@@ -42,6 +42,11 @@ COMPILER_ASSERT(DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC4322);
42
#define PIN_SWDIO_IN_BIT 9
43
#define PIN_SWDIO (1<<PIN_SWDIO_IN_BIT)
44
45
+// SWO Pin P1_14: GPIO1[7]
46
+#define PORT_SWO 1
47
+#define PIN_SWO_IN_BIT 7
48
+#define PIN_SWO (1<<PIN_SWO_IN_BIT)
49
+
50
// SWDIO Output Enable Pin P1_5: GPIO1[8]
51
#define PORT_SWDIO_TXE 1
52
#define PIN_SWDIO_TXE_IN_BIT 8
0 commit comments