Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI'm confused as to what you're trying to debug. If it is custom SPI code, then you'd need SignalTap or a simulator, and use SignalTap triggering the HPS to halt on a trigger event.
If it is the Altera SPI block, then there is a kernel driver available that instantiates the Altera SPI module on the AXI bus as a spidev device, and the HPS can interface directly using the Linux spidev features. What is your goal?