diff --git a/Libraries/CMSIS/Device/Maxim/MAX32657/Source/GCC/max32657.mk b/Libraries/CMSIS/Device/Maxim/MAX32657/Source/GCC/max32657.mk index f238fb96075..12ad01308f9 100644 --- a/Libraries/CMSIS/Device/Maxim/MAX32657/Source/GCC/max32657.mk +++ b/Libraries/CMSIS/Device/Maxim/MAX32657/Source/GCC/max32657.mk @@ -227,6 +227,8 @@ MCPU := cortex-m33 # Single-precision with 16 double-word registers MFPU := fpv5-sp-d16 +PROJ_CFLAGS += -mno-unaligned-access + # Include the rules and goals for building include $(CMSIS_ROOT)/Device/Maxim/GCC/gcc.mk