Forum Discussion
Altera_Forum
Honored Contributor
20 years agoonchip memory in MRAM block
Hello All, On my board, a EP2S30 device loads itself from an EPCS16 using AS configuration, and runs the Nios code wholly from on-chip memory. I ran into a problem stemming, apparently, from th...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by slacker@Mar 15 2006, 10:41 AM it's a hardware limitation of the mram memory itself. also, not all people want to use their onchip ram for code.
cheers,
- slacker
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13474)
--- quote end ---
--- Quote End --- Indeed, as I found later, MRAM memory can't be initialized with a .hex file. So I guess it's initialized to all zeros ? Can I use it anyway in my code by specifying it as another "onchip ram" and placing data in it ?