Implement saftey memory dump feature and increase heap space

This commit is contained in:
2020-11-01 20:43:59 +01:00
parent 10596cdbf0
commit 7aa0b62012
7 changed files with 121 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
/* USER PARAMETERS */
__ld_stack_size = 0x3000;
__ld_heap_size = 0x2100;
__ld_heap_size = 0x4200;
__stack_corruption_area_size = 128;
/* END OF USER PARAMETERS */