Decrease the configMINIMAL_STACK_SIZE setting to 190 to allow the demo to execute without running out of heap space.

pull/4/head
Richard Barry 16 years ago
parent 0528691833
commit af6c245366

@ -69,7 +69,7 @@
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 80000000UL )
#define configPERIPHERAL_CLOCK_HZ ( ( unsigned portLONG ) 40000000UL )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
#define configMINIMAL_STACK_SIZE ( 200 )
#define configMINIMAL_STACK_SIZE ( 190 )
#define configISR_STACK_SIZE ( 400 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) 28000 )
#define configMAX_TASK_NAME_LEN ( 8 )

Loading…
Cancel
Save