diff --git a/cores/cc3200/startup_gcc.c b/cores/cc3200/startup_gcc.c index 779fdb3..0892a77 100644 --- a/cores/cc3200/startup_gcc.c +++ b/cores/cc3200/startup_gcc.c @@ -116,7 +116,7 @@ __attribute__((weak)) void I2CIntHandler(void) {} // Reserve space for the system stack. // //***************************************************************************** -static uint32_t pui32Stack[8192]; +static uint32_t pui32Stack[8192] __attribute__ ((aligned(8))); //***************************************************************************** //