Ok and how should this work for a our mass production?
Our new product must boot from qspi flash. we want to prepogramm it before we will mount it.
"if using external programmer, seems one can program one chip with mfg tools and then
copy it to other parts using external programmer" is a bad idea, not really a satisfactory answer for our software team.
please can you suggest another way how to create a qspi flash image.
Then we have another problem. Actually we can create and download our firmware to QSPI flash by using mfgtool.exe.
But the firmware crashes, because the software does not start at the reset vector address, the software start direct from main. very strange.
Do you have any idea why FCFB etc. dose not jump to beginning of the vector table (reset vector).
i looked into the files
xxx_nopadding.bin => vector table at offset 0x1000
xxx_padding.bin => vetor table at offset 0x2000
boot_image.sd => vetor table at offset 0x10E0
In my AXF file the vetor table starts at address 0x60002000, etc.