Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYou need to Program code 1st to 4th bus cycle. You can specify data, addr in 4th cycle.
1st: Addr:AAA, Data:AA 2nd:Addr:555, Data:55 3rd:Addr:AAA, Data:A0 4th: Addr, Data For read sequence, just use Addr,Data. I don't think you need to add write command.