Re: Global Variables Being Overwritten
- From: "jgurtner" <jgurtner@xxxxxxxxxxx>
- Date: 30 May 2006 16:58:29 -0700
BINGO! Thanks a million!
you wrote:
"Some suggestions:
- Check your stack placement. Make sure it's not colliding with data
space. "
My compiler automatically placed the stack right in the middle of my
data. The stack was set to 80 bytes. I reset the size to 255 bytes
and the compiler moved it out in the open away from my other data.
(Not an major issue, but still not sure how to specify the exact
placement of the stack with my compiler).
Now the stack has plenty of room to expand!
Thanks again!
JimG
.
- Follow-Ups:
- Re: Global Variables Being Overwritten
- From: Tim Wescott
- Re: Global Variables Being Overwritten
- From: Steve at fivetrees
- Re: Global Variables Being Overwritten
- References:
- Global Variables Being Overwritten
- From: jgurtner
- Re: Global Variables Being Overwritten
- From: Steve at fivetrees
- Global Variables Being Overwritten
- Prev by Date: OT- making machinists swear
- Next by Date: Re: what's wrong with a pic ?
- Previous by thread: Re: Global Variables Being Overwritten
- Next by thread: Re: Global Variables Being Overwritten
- Index(es):
Relevant Pages
|