0

I wrote lauterbach script for read and write (dummy data) to/from flash with help of QSPI. But I don't know how image(.elf) read and send to as a parameter to write API. Write API have Entry &address &data ;QSPI configuration ;erase sector &number_bytes_to_write =0x1000 WHILE (&number_bytes_to_write>0) ( GOSUB WriteRegister DATAOUT_4BYTE_ADDR &data wait 1ms &bytes_to_write=&number_bytes_to_write-4 )

Any one suggest me how to get the address and data from .elf with the help of lauterbach script?

I am tring to write image to flas memory with help of QSPI.

I expected image should load in expected location.

  • Do I get this right? You can load your ELF with Data.LOAD.Elf, and you have a script which can copy data from RAM to QSPI. And now you are asking on how to get the address-ranges used by your ELF in memory? – Holger Mar 08 '23 at 21:19

0 Answers0