Other Parts Discussed in Thread: UNIFLASH
Need help on how to export FEE(Bank 7) data in readable format.
we using TMS579LS1224 champion microcontroller for our application and debugger tool is Digital spectrum XDS510 USB.
We performing NvM corruption test where we read data from FEE and corrupt data in some memory address and flash the same data to observe the issue.
With older microcontrollers, we were exporting .int format using XDS510 debugger and nowflash tool but newer champion micro cant be flased/export via nowFlash tool
We also are trying to export the FEE data using Uniflash and XDS510 debugger in int format but uniflash allows only in .bin/Coff format.
Please let me know how to export FEE data in readable format (.int format where we can update this) and write it back to same memory range(FEE area).