Forum Discussion
Altera_Forum
Honored Contributor
21 years ago8 bit dynamic alignment for SPI device?
Hello! I've designed controller for NVRAM memory with SPI interface. I've create component as memory slave device with 8 bit data bus (I don't want to use this as register slav...
Altera_Forum
Honored Contributor
21 years agoFor reading, have you tried "IORD_8DIRECT(FRAM1_BASE,0)" for p[0] and "IORD_8DIRECT(FRAM1_BASE,1)" for p[1]?