Altera_Forum
Honored Contributor
14 years agoNios2 and external Microcontroller together access a SDRAM
Hi all,
My system consists of a microcontroller (TI Concerto Cortex M3) and a FPGA (altera cyclon IV E) and a SDRAM. The microcontroller connects only with FPGA(Address / data / control signals). The SDRAM is connected directly with the FPGA. I plan to: A portion of the SDRAM is reserved for Nios2 (Data and Instructionmemory), the remainder of the SDRAM is for the Microcontroller (Concerto). My question is, how can i achieve this? In this case i have 2 Avalon MM Masters, Nios2 (higher priority) and the external Microcontroller (lower priority), both access the SDRAM over SDRAM Controller IP. Which solution is the best for me? Thanks in advance! Tomy