Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSD-SDI 8bit
Hello, SD-SDI megacore supports SD-SDI 10bit mode, however I need 8 bit support. Is it possible to use 8bit mode or it will be impossible to sync the signal? If two LSB bits will be left unconnect...
Altera_Forum
Honored Contributor
15 years agoSolved. SD-SDI works with 8bit data. Two LSB bits must be tied to MSB bits. E.g. TX_DATA[0] <= TX_DATA[9]; TX_DATA[1] <= TX_DATA[8];