Forum Discussion
Altera_Forum
Honored Contributor
13 years agoARM DS 5 script to initialize and load code in SDRAM
Hi, My question is regarding the HPS core in Cyclone V SoC. I have successfully built and run sample code that came with ARM DS 5 using USB Blaster II interface. The code by default runs ...
Altera_Forum
Honored Contributor
13 years agoDear ashahid,
- What "sample code" you run? - As I know from responses of Altera SR that sw engineer should be manually changes all script files: .ld, .ds, .makefile under ARM DS-5 EDS SoC. Examine your .ld (linker script) and .ds (debug script) files for details. OCRAM (64K) started from 0xffff_0000 -> move to HPS DDR3 RAM started from 0x0100_0000 (1 GB). I hope it will help. Regards, ZS.V.