Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSD Card Problem
Hi guys, I'm very new to Altera and the FPGA stuff. After days of trying I got the DE2_WEB template running. Now I stick to the next problem. I want to get the SD-Card working. The problem...
Altera_Forum
Honored Contributor
15 years agoI finally could add the UP IP SD Card Interface to my project.
But now i get the following error message: Error: Port "bidir_port_to_and_from_the_SD_CMD" does not exist in macrofunction "u0" Error: Port "bidir_port_to_and_from_the_SD_DAT" does not exist in macrofunction "u0" Error: Port "out_port_from_the_SD_CLK" does not exist in macrofunction "u0" I read the manual "SD_Card_Interface_for_SoPC_Builder.pdf" and there i found the table for the Pin Assignments for DE2. But how can I assign the Pins? b_SD_cmd --> PIN_Y21 b_SD_dat --> PIN_AD24 b_SD_dat3 --> PIN_AC23 o_SD_clock --> PIN_AD25 Where can I do this? Thanks for your help :)