avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] (no subject)


From: Lai Kang Tin
Subject: [avr-gcc-list] (no subject)
Date: Wed, 22 Aug 2001 15:28:54 +0800 (HKT)

Hello,

I want all the unused SRAM under controlled by a memory allocator, my question 
is that
the __bss_end is the start of unused SRAM? If yes, how can I access the 
__bss_end?

This code is working?

extern unsigned __bss_end;
void *start_of_memory_spool = (void *)__bss_end;

Thanks in advance!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]