I want a software, Web based, windows or whatever. capable to change the code of my ATMEGA 32U4 microcontroller. Just changing some variable options. Like a User Interface click send and reprogramm the micro.
I want a software, Web based, windows or whatever. capable to change the code of my ATMEGA 32U4 microcontroller. Just changing some variable options. Like a User Interface click send and reprogramm the micro.
I think you might want Amtel Studio 7, although here are some different options: https://en.freedownloadmanager.org/users-choice/Atmel_Studio_Ide_Download.html
although you are also entering Atmel-ICE - ATATMEL-ICE | Microchip Technology Inc. territory.
If you are just wanting a user to be able to change the value of variables and not reprogram the whole device, then you could perhaps store the values in the EEPROM memory. The custom user interface then just updates the value in the EEPROM which the main program reads at start-up etc.
The values of the variables could then be updated by the user via a serial type console without the need to reprogram the device.