1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-378: Tweak INS stack definition to avoid faults

This commit is contained in:
James Cotton 2011-05-26 16:02:15 -05:00
parent 52e72f20e2
commit ca2205d35f
3 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@ include $(TOP)/make/firmware-defs.mk
# Set developer code and compile options
# Set to YES for debugging
DEBUG ?= YES
DEBUG ?= NO
# Set to YES when using Code Sourcery toolchain
CODE_SOURCERY ?= YES

View File

@ -1,3 +1,5 @@
_estack = 0x20004FF0;
/* This is the size of the stack for early init and for all FreeRTOS IRQs */
_irq_stack_size = 0x400;

View File

@ -134,7 +134,7 @@ Infinite_Loop:
g_pfnVectors:
.word Initial_spTop
.word _estack
.word Reset_Handler
.word NMI_Handler
.word HardFault_Handler