Forum Discussion
Altera_Forum
Honored Contributor
13 years ago[DE2-70] SD card controller without Nios
my assignment is: read a picture on SD card and show it on LCD screen without Nios II somebody helps me with the SD card controller in Verilog?
Altera_Forum
Honored Contributor
13 years agoHow much experience in verilog do you have? You are in for a lot of pain... you will need to write a SD protocol handler (hint: use the SPI protocol, it is a lot easier), a filesystem controller, a picture file reader / decompressor and a LCD output controller. It is not exactly impossible, but extremely difficult without a CPU and some software (and not an enjoyable experience, I'm sure).