Forum Discussion
Altera_Forum
Honored Contributor
20 years agohardware run problem
I am running a modified version of the microtronix loopback example on the cyclone ep1c20 When i try to run the loopback program on the hardware i get this error: There are no Nios II CPUs w...
Altera_Forum
Honored Contributor
20 years agoI took the old loopback project, from microtronix, which was running Nios II with legacy SDK support, and updated to run with HAL
In SOPC, I did the following: *removed the rom and increase the on-board ram size. *added a JTAG UART *change the CPU setting to include a lv. 1 debug module *disabled the legacy SDK support In Nios II IDE, I did the following: *start a new project (C++ application with a new system library) *modified the original loopback.c code (change the headers, replace API calls with HAL and ANSI C calls, changed register access to use HAL I/O Macros, etc.) Did I miss something?? Winnie