Altera_Forum
Honored Contributor
16 years agoEPCS flash access on BeMicro
Hi,
I am doing some debugging using the BeMicro Cyclone III dev board. I have installed a serial configuration device on the board and I want to test the SOPC EPCS Flash controller. I am not using the flash to configure the FPGA but just want to test storing data to the configuration flash. In Quartus under the Device and Pin Options, I have set the serial configuration pins to "Use as regular I/O", and I put a define for ALT_USE_EPCS_FLASH in the Nios BSP project. The HAL does not detect the epcs flash. I have probed the pins on the flash device and I see chip select go low twice during initialization, but there is no activity on the clock or data pins. The clock pin is actually sitting at a DC level of about 1V. Do I need to set the boot mode to AS to be able to use the EPCS Flash Controller? Is there anything else I should be doing? Thanks.