Tool/software: Code Composer Studio
(instructions 9.9.2 step 8, processor SDK RTOS 06.00.00.07)
Trying to run simple hello-WORLD program on AM6548 EVM and having a issue related to running the program on the A53_0 core.
When the program is loaded there is no Hello World output and at pausing the program counter is not in the main function despite having the infinite loop.
The thought is the program is not actually executing the main function because (probably) of an incorrect start address.
Step 8:Navigate to Project Properties -> CCS Build -> GNU Linker and add “Entry” to the “Set start address” field.
When following step 8 the start address "Entry" throws a build error
When modify tho "entry" or "main" we see the previous mentioned problem.
Is this thought correct and if so what is the correct stating address?