This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Heap & Stack Configuration

Hi To All,

I am using lpc2388 with Keil micro version 3. We are working on a project where the boot loader's heap and stack memory had to be increased from

Boot loader Stack Old Configuration: 0x0000 1000
Boot loader Stack New Configuration: 0x0000 1400

Bootloader Heap Old Configuration: 0x0000 0800
Boot loader Heap New Configuration: 0x0000 1000

Application Stack Configuration: 0x0000 1000

Application Heap Configuration: 0x0000 0800

*) After increasing of Stack & Heap we were using $k of global Buffer for Flash Memory Read/Write operation.

After Increasing the Configuration setting Application was Misbehaving used to Hang at certain condition.

Need the clarification how the Boot loader configuration is related to the main Application miss behaving of the Application.