This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to increase user STACK size for LPC2138 in startup.s

i have got the error
Error: L6406W: No space in execution regions with .ANY selector matching section STACK(startup.o).
Error: L6407W: Sections of aggaregate size 0x488 bytes could not fit into .ANY selector(s).

i have try to increase the user stack size by increasing ( on the line no 65 of Startup.s) :- USR_Stack_Size EQU 0x00000400
from 0x00000400 to 0x00010000 but it doesn't solve my problem

i am using LPC2138

Thanks for any help
Pralhad.

0