Content originally posted in LPCWare by rowesca on Thu Mar 24 03:53:41 MST 2016
First of all, i really appreciate your comment, this will be the first time working with the EMC and because i couldn't find a dev board where the emc pins are still free it is a bit risky to develop a board and only to find out it won't work.
Yeah i also read about those double read issues, I will take a look at the lpc1778, because i was thinking of not connecting the adress ports. But if it does double read cycles, it could mess up my sequence, where the FPGA increments the adress itself and the whole data will be out of order.
i was thinking of doing the configuration of the FPGA ( not the programming, internal config for my product ) by spi and than only do read cycles with the MCU so i could maximize my reading speed. besides some configs in the FPGA i wont have to send data from the MCU to the FPGA so that is why i wanted to not connect the adress ports, because the reading has a standard sequence.
Thanks, Rowesca