Forum Discussion
Altera_Forum
Honored Contributor
9 years agoupdate:
i debuged the noise II processor. it turns out that within the alt_avalon_spi_command function the code gets stuck in this line: do { status = IORD_ALTERA_AVALON_SPI_STATUS(base); } while (((status & ALTERA_AVALON_SPI_STATUS_TRDY_MSK) == 0 || credits == 0) && (status & ALTERA_AVALON_SPI_STATUS_RRDY_MSK) == 0); any thoughts why?