Hi,
I use the loadfile command in DStream to laod program elf that contains code and data for several cores (M4, A53,..) and also some extensa core.
For this core the data must be written on 32 bits only.
It sounds the loadfile just write bytes.
Other debugger have option to load data in long format, so is there the equivalent on DS5?
Or if not is it possible to generate an ELF with 32 bit words and not 8 bits words?
thanks
claude
I have now checked, and the access size mandated by the memory command is indeed honored by the code download. So the memory command should fix your problem.
Regards Tony
Thanks tony
yes this was the missing command .
With that, I can manage to download code into the Xtensa DSP memories.
But there is a limitation: the number of bytes to be loaded must be multiple of 4, in other words partial words are not handled by the elf loader.
thanks again