Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI think the problem is here:
--- Quote Start --- At power up the boot is copied from epcs16 to sdram at address 0x02000000. --- Quote End --- You CAN'T run your boot code from the same area of sdram which is supposed to store the application code you read from sd card. The boot code must run from a reserved area or, better, a dedicated onchip memory.