This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Loading AXF image to a target

Hello,


Working with the Arm Development Studio I build an image to ARM CORTEX-M55.

I have a simple scatter file with RO ZI RW,
When uploading the AXF to the target the RW variables that should be initialized (global variables) are NOT initialized with the proper values.

When looking at the load address on the target (cortex M-55) for a global variable i do NOT see the correct value on the target, so when running target I also do not see the correct value in the execution address of the variable.

I can see that scatter copy is done but not with the correct value.

I can see in the .AXF file that the initial value exits.

Thanks 

Ethan