Tool/software:
Hi
we use DSLite for mass production programming. It happened that prorgamming procedure was interrupted due to some errors (discussed in separated thread).
Unfortunatelly, DSLite sorts programmed memories in ascending addresses order, so OTP (0x78000) is programmed before FLASH (0x80000).
I tried to reverse the order by (1) changing how these data are placed in hex file or (2) specifying them in command line in one call the DSLite with two HEX parts and expected order.
In both cases programming start from OTP.
In the case of interruption processor is left with locked state but unprogrammed flash.
It would be better if the DSLite did not sort memories.
Regards,
Piotr Romaniuk
PS
configuration: xds100v3, DSlite called from bash script in linux