I tried to run the bare metal script ("Hello World ANSI C Project - ARM Compiler 5 DS-5 built-in") on DS-5 debug software. However, it hangs on somewhere on "wait" commands as below which is not yet reached the breakpoint on main function. Notes, it could not even proceed to the "Step Over Instruction (F6)".
Commands:
Stopping running target Altera - Arria 10 SoC on connectionConnected to running target Altera - Arria 10 SoCExecution stopped in SVC mode at S:0x8001E748S:0x8001E748 MOV pc,lrcd "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace"Working directory "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace"Execution stopped in SVC mode at S:0x8001E748S:0x8001E748 MOV pc,lrloadfile "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace\bare-metal-hello-world-02\Debug\bare-metal-hello-world-02.axf"Loaded section APP_CODE: S:0xFFFF0000 ~ S:0xFFFF0BC3 (size 0xBC4)Loaded section APP_CODE: S:0xFFFF0BC4 ~ S:0xFFFF0BD3 (size 0x10)Entry point S:0xFFFF0000Semihosting server socket created at port 8000Semihosting enabled automatically due to semihosting symbol detected in image 'bare-metal-hello-world-02.axf'set debug-from mainstartStarting target with image C:\Users\lab_pcgcpv\Documents\DS-5 Workspace\bare-metal-hello-world-02\Debug\bare-metal-hello-world-02.axfRunning from entry pointwait
Looking for helps :(
The scatter file is specified in the linker settings. For more information, see https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/docs/dui0474/latest/scatter-loading-features/the-scatter-loading-mechanism
Hi Ronan,
Really appreciated for your helps here.
The scatter does really help on this. By the way, I am still facing the problem like "arm - DS-5 eclipse debug stuck at waitForTargetToStop - Stack Overflow" which is stuck in the "wait" command there. I also have tried the method with enable Neon but it could not helped as well.
Command Stucked:
Connected to stopped target Altera - Arria 10 SoCcd "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace"Working directory "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace"loadfile "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace\bare-metal-hello-world-02\Debug\bare-metal-hello-world-02.axf"Execution stopped in UND mode at S:0xFFFF007CS:0xFFFF007C LDR sp,[pc,#12] ; [0xFFFF008C] = 0x0Loaded section APP_CODE: S:0xFFFF0000 ~ S:0xFFFF0BB3 (size 0xBB4)Loaded section APP_CODE: S:0xFFFF0BB4 ~ S:0xFFFF0BC3 (size 0x10)Entry point S:0xFFFF0000Semihosting server socket created at port 8001Semihosting enabled automatically due to semihosting symbol detected in image 'bare-metal-hello-world-02.axf'set debug-from mainstartStarting target with image C:\Users\lab_pcgcpv\Documents\DS-5 Workspace\bare-metal-hello-world-02\Debug\bare-metal-hello-world-02.axfRunning from entry pointwait
I have attached the project below.
bare-metal-hello-world-02.zip
Thanks,
CK Ong
I have tried out the "hello world" with the "startup_Cortex-A9_AC6" but heading the same errors as well which stuck in somewhere and cannot load into the main function. What else can I do for fix this problem?
Errors command:
Connected to stopped target Altera - Arria 10 SoC
cd "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace"Working directory "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace"loadfile "C:\Users\lab_pcgcpv\Documents\DS-5 Workspace\hello world 4\Debug\hello world 4.axf"Execution stopped in ABT mode at S:0xFFFF000CTarget Message: Memory access caused precise abort.Debug Precise Abort Registers : DFSR = 0x000000F8, DFAR = 0xFFFF0000Target Message: Memory access caused precise abort.Debug Precise Abort Registers : DFSR = 0x000000F8, DFAR = 0xFFFF000CERROR(CMD256-TAD10-NAL18): ! Unable to display contents at location "S:0xFFFF000C"! Failed to read 4 bytes from address S:0xFFFF000C! Bus error on memory operation.Loaded section VECTORS: S:0x80000000 ~ S:0x80000233 (size 0x234)Loaded section RO_CODE: S:0x80000234 ~ S:0x80000E87 (size 0xC54)Loaded section RO_DATA: S:0x80000E88 ~ S:0x80000EA7 (size 0x20)Loaded section RW_DATA: S:0x80000EA8 ~ S:0x80000EB3 (size 0xC)Entry point S:0x800001CCSemihosting server socket created at port 8000Semihosting enabled automatically due to semihosting symbol detected in image 'hello world 4.axf'set debug-from mainstartStarting target with image C:\Users\lab_pcgcpv\Documents\DS-5 Workspace\hello world 4\Debug\hello world 4.axfRunning from entry pointwait
I have attached the full test program on this.
hello world 4.zip
I don't have a board to test this code with - from it looks like the code is loading correctly to 0x80000000. I recommend setting to "debug from entry point", and see if you can single step the first instruction.
I see from your connection, that the target is in an abort mode when you connect to it... it may be that the board needs to be running an independent boot loader to initialize memory etc. These are usually pre-installed on boards, but you may wish to contact the board vendor for specifics.
Thanks. You are right. That is the uboot problem but it fixed.
By the way, I have facing another problem which is the external SDRAM configuration.
I try to follow the step in this link for setting up the SDRAM configuration - https://fpgawiki.intel.com/wiki/SoCEDSGettingStarted but end up got the problem like below:
Test program has attached.SDRAM test.zip
Need your expertise again :)
Sorry, I don't know anything about that board - you might wish to post your question on the Intel forum instead?