Tool/software:
FEE data block decoder
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/908/FEE_5F00_Decoder.exe
PC command line executable file that interprets the FEE data saved by code composer and creates a readable output. By default the output is printed to the screen but it can be redirected to a file.
Example: FEE_Decoder 2 0x4000 file.dat 1 >file.txt
Please use Code Composer Studio to save the TMS570Lx or RM4x/RM5x bank 7 data images in a .dat file. For example to dump FEE 0, use the following:
“Tools” -> “Save Memory”, File Type = “TI Data”; ->“NEXT”; Format = “32-Bit Hex – C Style”; Start Address = “0xF0200000”; “Specify the number of memory words to read” = “0x2000”; “Finish”