2010-10-23 03:34:18 Accessing SDRAM memory from my program
tejaswini balaji (INDIA)
Message: 94906
Hi,
My BF537 board configuration are as below.
Flash 4MB
SDRAM 32 MB
My program needs atleast 10 MB of memory space. Can I please get a sample program which will write the data into the SDRAM and read from it. How should I set up my sdram . Also is there anyway of extending my flash capacity.
Thanks and Regards
QuoteReplyEditDelete
2010-10-23 04:10:19 Re: Accessing SDRAM memory from my program
Mike Frysinger (UNITED STATES)
Message: 94907
linux takes care of allocating resources for you. just write the C code like normal.