S19 Files in SPC5Studio
I believe the following question has been posted in the wrong label by
How to generate .s19 file using SPC5 studio?
Is it possible to generate .S19 files in SPC5 Studio ?
I believe the following question has been posted in the wrong label by
How to generate .s19 file using SPC5 studio?
Is it possible to generate .S19 files in SPC5 Studio ?
Thank you everyone for suggestions. I was to able to generate S19 files using SRecord.
In case someone else is looking for a detailed solution, here are the steps for Windows OS:
1. Install MSYS2
2. Once installed, open MSYS2 MINGW64 from your start menu.
3. Run the command mentioned `pacman -S mingw-w64-x86_64-srecord` mentioned in Package: mingw-w64-x86_64-srecord
4. Locate your .hex file generated by SPC5 Studio and run the command in MSYS2 MINGW64:
srec_cat C:/Users/ASN/Desktop/fred.hex -Intel -o C:/Users/ASN/Desktop/output.s19 -MotorolaNote:
Hope it helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.