#62084 - cyberg - Sun Nov 27, 2005 8:06 am
Hi,
My problem is that allocating memory with malloc, it will return null pointers just before reaching address 0x02007000, but it's supposed to go up to 0x02040000. and that's the value specified in my linkscript :
__memmap_ewram_end = 0x02040000;
I also checked with the memory viewer of Visual Boy Advance and memory between 0x02007000 and 0x02040000 is filled with zeros, so I guest it's not used.
Someone has an idea for this?
Thx for your help
Etienne Houle
My problem is that allocating memory with malloc, it will return null pointers just before reaching address 0x02007000, but it's supposed to go up to 0x02040000. and that's the value specified in my linkscript :
__memmap_ewram_end = 0x02040000;
I also checked with the memory viewer of Visual Boy Advance and memory between 0x02007000 and 0x02040000 is filled with zeros, so I guest it's not used.
Someone has an idea for this?
Thx for your help
Etienne Houle