[En-Nut-Discussion] .bbs not initalised was Stuck !!
NGB
ngbmoreau at yahoo.com.au
Fri Apr 2 10:27:00 CEST 2004
I finaly tracked this down
udpSocketList isn't 0 when main starts, it's part of .bss so it should be
cleared.
Michel in this message noticed a similar problem
http://www.egnite.de/pipermail/en-nut-discussion/2004-March/002263.html
looking at the memory map udpSocketList is in COMMON I'm not sure what the
difference is with simple .bss But it's still in the same section.
I also noticed that it's located in XRAM, does GCC startip code initialise the
external memory before clearing bss ?
Any other ideas ?
Thanks
Nic
-------------------------------------------------
More information about the En-Nut-Discussion
mailing list