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 agoHi Camelot,
I think this behaviour is caused by the "memory slave" setting. Infact your peripheral is 8 bit wide and, in order to read a 32 bit word, the Avalon bus has to do 4 reading from your peripheral. How many registers has your peripheral and what's address span?