I'm working with Kinetis K22F Freedom Board. After I convert my .axf output file to .s19, I append a CRC32 value to the s-record, then convert the .s19 file to .bin. When I debug, I would like to program flash using either the .s19 or the .bin file which contain the appended CRC32 vale, so that I can see it when I view memory in the debugger, and I can debug my CRC32 algorithm. I can see that the original .axf file is essentially a binary file with debug information in it. How can I would like to force the debugger to program flash a different output file so that this gets done. Any suggestions are much appreciated! Cheers. Paul.
Hello Paul Roberts ,
How about first download the s19 file:
then using "Connectin to a running Target (attach)" to debug it , about the detail please have a look at
11.3.2 Connecting to a running Target (attach) of <MCUXpresso_IDE_User_Guide.pdf> .
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------