Hello,
I'm using MKL33Z256, with MCUXpresso v11.6 and MCUlink
I have an S19 file which is a concatener of a bootloader + Appli + Serial Number
I want flash this S19 file. But with solution give here:
https://mcuoneclipse.com/2020/12/05/standalone-and-command-line-programmer-with-mcuxpresso/
I can only flash axf file and bin file. No S19 File.
I also try with LinkServer:
https://mcuoneclipse.com/2023/05/14/linkserver-for-microcontrollers/
But I got error to found my probe:
C:\nxp\LinkServer_1.1.16>LinkServer probes
ERROR: Failed to boot probes
ERRMSG: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 38: invalid start byte
CRITICAL: Critical error
ERRMSG: RuntimeError: No active exception to reraise
And then, is LinkServer can flash S19 file?
I need a solution to flash this S19 file in standalone (maybe have a conversion s19-> axf and use first solution?) or directly have a solution to flash in standalone the S19 file...
Thank