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 cd9dbd4 commit bb8daf8Copy full SHA for bb8daf8
connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc17_emac.cpp
@@ -127,7 +127,7 @@ struct lpc_enetdata {
127
128
#if defined(TARGET_LPC17XX)
129
# if defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_ARM)
130
-# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
+# define ETHMEM_SECTION __attribute__((section("AHBSRAM"), aligned(32)))
131
# endif
132
#endif
133
0 commit comments