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

loadfile option for 32 bit access only

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

Parents Reply Children
  • 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

    claude