Всем доброго времени суток. Пытаюсь перевести проект с 4.40 на 5.40. Вроде бы все (почти) делаю, как в примерах из ИАР, программа работает, но варнинги раздражают. Может кто подсказать, в чем проблема
Код
Thu Sep 17 08:50:58 2009: The stack 'CSTACK' is filled to 100% (4096 bytes used out of 4096). The warning threshold is set to 90.%
Thu Sep 17 08:50:58 2009: The stack 'SVC_STACK' is filled to 100% (256 bytes used out of 256). The warning threshold is set to 90.%
Thu Sep 17 08:50:58 2009: The stack 'IRQ_STACK' is filled to 100% (256 bytes used out of 256). The warning threshold is set to 90.%
Thu Sep 17 08:50:58 2009: The stack 'FIQ_STACK' is filled to 100% (256 bytes used out of 256). The warning threshold is set to 90.%
Thu Sep 17 08:50:58 2009: The stack 'UND_STACK' is filled to 100% (256 bytes used out of 256). The warning threshold is set to 90.%
Thu Sep 17 08:50:58 2009: The stack 'ABT_STACK' is filled to 100% (256 bytes used out of 256). The warning threshold is set to 90.%
Файл для линкера и стартап код в аттаче.