I'm using the xflash command as follow:
Code: Select all
xflash my_program.xe --idstr message
I've tried to dump memory to file, but wasn't able to detect my message
Code: Select all
xflash --read-all --target-file my_config_file.xn -o temp.bin
Thanks