Altera_Forum
Honored Contributor
16 years agosystem runs whilst debugging but not on its own
Hi,
I have a custom board with an EP3C40F484C6, EPCS64, DDRII and an LCD touch panel. I am using quartusII 9.0 and NIOSII EDS 9.0. When I use the niosII ide to run my program within the hardware (Run -> Run As -> NiosII Hardware) everything works fine. When I program my epcs device using my created *.jic file from within quartusII my SPI core which talks to my touchscreen controller chip stops working. All other aspects of my system still work; LCD display, IO reads and writes, etc. but my SPI does not. I have an oscilloscope with SPI decoding function which I used to verify this problem. When debugging the SPI decoder shows data being sent from the cycIII but when it boots on its own with config from the epcs device no data can be seen by my SPI decoder. Any help regarding this problem would be greatly appreciated!! Thanks.