Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

NIOSII on chip memory

Hi there,

i startet now my first nios application. I programmed the DE0 Board and now I want to run the counter-template from

NIOS II. But it dont works (onchip memory overflows).

What can I make ?

Greetings

DE0

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I use the NIOS/f and take the Flash with a higher memory - now it works

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    If you are adding print statements into your design, you might consider using the small C library option in the BSP. It will restrict some of the things you can do, but it can squeeze a fair amount more into on-chip memory otherwise.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi, I'm new to NiosII. I get on-chip memory overlappings when I build the C application. My system includes RS232 uart, Pio, SPI interface and 512K SRAM controller. I'd like to use the SRAM but I don't know how to set the program memory in my NiosII IDE. I remember that the Altera Monitor Program gives the opportunity to select the memory during the new project wizard...

    Can you help me?

    Thank you a lot