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 24fdeb5 commit 52e6268Copy full SHA for 52e6268
hal/spi/spi_drv_stm32.h
@@ -48,6 +48,11 @@
48
#define PERIPH_BASE (0x40000000UL)
49
#endif
50
51
+#define OCTOSPI1_BASE (PERIPH_BASE + 0x020D1400UL)
52
+#define OCTOSPI2_BASE (PERIPH_BASE + 0x020D2400UL)
53
+
54
+#define OCTOSPI_BASE OCTOSPI2_BASE
55
56
/* Registers mapping */
57
#define APB2PERIPH_BASE (PERIPH_BASE + 0x00012C00UL)
58
#define RCC_BASE (PERIPH_BASE + 0x06020C00UL)
0 commit comments