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.