Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- You can use your SPI core directly with the EPCS devices. You do not need to instantiate any Altera IP cores, just set the EPCS pins as "Use as regular I/O" using the Quartus GUI or using Tcl constraints, and then connect your SPI IP to those pins. Cheers, Dave --- Quote End --- Thanks Dave, But we already tried this approach and it did not work. We got errors (I can't remember right ATM but I think errors were during MAP or PAR). I thought this altserial_flash_loader was specifically to grant access to the programming pins from within the running design, and use them as SPI. Is there a reference design anywhere that shows that "use as regular I/O" working? Thanks again for the reply.