I am looking for a BOOTLOADER / PC utility, to program an ATmegaS128 processor, which is an ATMEL RAD-TOLERANT processor.
I am using Atmel Studio 7 under MS Windows 10.
My code is working well both standalone and under Atmel Studio with Atmel ICE, but now we want to be able to update it in the field.
I have done this with an ATxmegaA3U; I was presented a HEX of the bootloader which I setup using ATMEL ICE through a JTAG connection, and then used ATMEL's FLIP software to program my code.
The ATmegaS128 has a serial port, but does not seem to have USB support.
I hoped I would find the the same or equivalent prebuilt.
Do I have to build the bootloader HEX? From what source code? Will FLIP work, or do I need another utility?
Do I need to install some code from ATMEL START, or the PACKAGE MANAGER?