Altera_Forum
Honored Contributor
14 years agoSize of RAM needed to store NiosII code
Hi,
I'm currently working on porting a project from an Altera Dev Board (Nios II Embedded Evaluation Kit, Cyclone III Edition) to a self-designed PCB board. Currently, I have some code for Nios II stored in the 1 Mbyte SRAM on the Dev Board, however, I think 1Mbyte is too much for storing the Nios II code in this project, and would like to look for an SRAM with smaller capacity (cheaper) while moving to the self-designed PCB . So I would like to ask how to determine what is the size of the Nios II code? I notice while running the code on Nios II, the Console in the IDE shows the following: --- Quote Start --- Downloading 00400000 ( 0%) Downloading 00406F4C (76%) Downloaded 61kb in 0.4s (70.0KB/s) --- Quote End --- Does it mean that 61kb is the total size of the code, and I can safely use any SRAM larger than this size? Thanks for any answer. :)