Hi, In the start167.A66 file, there are 2 stack?? STK_SIZE and USTSZ I program in C language and I would like to know if I must declare the twice or just one, in order to gain some memory !! What's the goal of these variables ?? Thanks in advance Regards
The manual explains the purpose of having two stacks and how to size them. http://www.keil.com/support/man/docs/c166/c166_ap_stack.htm
Thanks, it's perfect !!