Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSDRAM does not retain data
I have a custom board with an altera EP1C12, a flash memory and a MT48LC4M32B2 SDRAM memory. Timings I set in SOPC builder are the default timings for this part. When I set the value 0x00000000 ...
Altera_Forum
Honored Contributor
21 years agoAre you using a data cache? If so, you should be using the IO macros and/or the bit 31 override to circumvent the cache.
Alternately, you can use alt_uncached_malloc, which will return a pointer to an uncached location in memory. There are examples of this exact usage in the memtest software example. Cheers, - slacker