MALLOY (13.06.2005 16:23, просмотров: 1) ответил Master_005 на Вопрос по IAR C++ ARM
Ответ: А разве из low_level можно вызывать функции ? ** 1) Only use local auto variables.
** 2) Don't use global or static variables.
** 3) Don't use global or static objects (EC++ only).
** 4) Don't use agregate initializers, e.g. struct a b = {1};
** 5) Don't call any library functions (function calls that
** the compiler generates, e.g. to do integer math, are OK).
** 6) Setup the RSTACK as is appropriate! See code below.