Hi,
Can someone help guide how to configure KEIL symbol file in FreeMaster?
I'm studying example projects of KM128SWDRV_R3_0_0 with KM34 tower board.
In IAR, it is convenient to extract variables from ..\Release\Exe\*.out file in FreeMaster Project -> Options -> MAP Files tab.
But in KEIL, seems the symbol file is ..\Release\*.map file, but it can't be parsed correctly.
I tried all the other format options: Binary ELF... RegExp text paser..., always failed. Then can't retrieve global variables to monitor.
Please help advise, thank you.
Best regards,
Ryan
Solved! Go to Solution.
Hello Yuan Li,
the problem is, that you must open file ..\Release\*.axf and then choose the option Binary ELF.
In Freemaster is error (this bug is already reported), when you can choose files in search with suffix .afx instead of .axf, so files with .axf are filtered.
I hope it helps,
Best Regards,
Iva
Hello Yuan Li,
the problem is, that you must open file ..\Release\*.axf and then choose the option Binary ELF.
In Freemaster is error (this bug is already reported), when you can choose files in search with suffix .afx instead of .axf, so files with .axf are filtered.
I hope it helps,
Best Regards,
Iva
Thanks Iva,
I also had the same problem, but thankfully I found your answer and I solved it.
it is unbelievable that no changes to FreeMaster have been made from 2015 to 2017 to correct this defect. Has anyone alerted the NXP of this problem?
Best regards,
Andrea
Thanks Iva, it works well with the .axf file.
Best regards,
Ryan