Forum Discussion
DBarn22
New Contributor
5 years agoRAM for NIOS II (with Ethernet)
Background: We are in the process of designing a system that requires an embedded UDP server. Our first prototype uses a MAX10 FPGA to connect to the system hardware and does the fast processing of ...
EricMunYew_C_Intel
Frequent Contributor
5 years ago1. you can refer to https://fpgacloud.intel.com/devstore/platform/16.0.0/Standard/board-update-portal-nios-ii-flashddr3-triple-speed-ethernet-uart/
2. you need an FPGA with >100KB internal Block RAM.
3. the max. internal M9K memory of MAX10 10M50 is 1,638kb. You can look into Cyclone V if you require more internal memory than 10M50.
DBarn22
New Contributor
5 years ago1. That example, like all the others, uses uCOS [unless I am mistaken]. Still useful though, as live update is something else we need to consider.
2. So that's a "Yes, this is expected". And "No, you can't run a sensible uCOS app on a MAX10".
3. So that is also a "No".
Thanks for looking though.