This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Replay to Are you sure that this is the best (or even a good) way to proceed?

Data logger is a very big project, every day it has to log 1lak packets. For this memory managemet is the big issue for us. so we are accessing the EXTERNAL memories also (SDRAMs).
we have variuos modules for that we have various buffers common to all modules which are very big in size. so these buffers should be global to the system. internally we have very less memory. So our idea is to make the internal memory for the creation of local variables & external SDRAM memory for global variables creation.

will u suggest any approach......if possible