Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSPI Example?
Hello Everyone, I'm working on a project that utilizes the SPI interface of the SOPC builder. I'm having some trouble getting it to work though, mostly because I'm not sure if I'...
Altera_Forum
Honored Contributor
20 years agoleslie
I found that the function above has a problem, void spi_tx_char(int tx_data, long spi_DAC_addr) for the parameter of " long spi_dac_addr" if I use it such as 0x008200,the programe can run ,but if I use it such as SPI_0_BASE,The programe cann't run,why?