chipKIT® Development Platform

Inspired by Arduino™

linker file for the 32MX795F512

Created Wed, 23 Oct 2013 06:48:53 +0000 by Jacob Christ


Jacob Christ

Wed, 23 Oct 2013 06:48:53 +0000

This is probably a question for Jason (at Microchip) or Brian S,

In the linker file for the 32MX795F512 there are two lines:

PROVIDE(_min_stack_size = 0x800) ; PROVIDE(_min_heap_size = 0x800) ;

Does this mean that only 2K bytes is being allocated for the heap and stack? If so is the other memory unusable unless these are increased?

Or are these in 32-bit words implying 16K/16K?

What is the best way to increase the size of the stack?

Jacob


Jacob Christ

Wed, 23 Oct 2013 08:18:17 +0000

This thread already exists...

http://chipkit.org/forum/viewtopic.php?f=6&t=2577