Stack size problem solved for cortex-m3 CPU family. (STACK_SIZE variable in cortex...
[bertos.git] / bertos / cpu / cortex-m3 / scripts / stm32f101c4_rom.ld
index f2ea131c93b986a99ff52ec25eb9b171f2e38361..19dc64230fbe1e5e4506afb31fd55a52eb557267 100644 (file)
  *
  */
 
+
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x200;
+
 /*
  * Define memory configuration for STM32F101C4
  */