Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDE2-115 schematics don't show EPCS pins
I'm trying to get my hardware/software nios project into the EPCS64 device on the DE2-115 board. It sounds like I need a EPCS controller in my nios project, but when it exports the signals for the c...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- So far I've found 3/4 pins. The SCE pin is giving me some problems. Do you know where to find it? I have the pin out and Pin information sheets where I found data0, dclk and sdo, but no SCE pin. --- Quote End --- I just looked at the Pin Planner for a DE0-nano design, and here are the names you are looking for ... epcs_csN = nCSO epcs_sck = DCLK epcs_mosi = ASDO/DATA1 epcs_miso = DATA0 Cheers, Dave