LVo001
New Contributor
6 years agoHello, Are there updated HAL drivers that support a 32 Gig FAT32 SD card?
I've been working with the following SOPC example
I've built and compiled a nios processor along with the SD card interface using IP from the university program. My nios design works and runs on a FPGA, because I can control some blinking LEDs with it. Where my C program fails is trying to detect an SD card. This is the function that fails it:
alt_up_sd_card_is_Present()
I understand that the drivers were meant for a 2 Gig SD card. Right now I'm using a 32 Gig SD card.