I started to wonder, if it's possible to somehow set up a project in a way that it creates different bin files and not all of them are required to be flashed on chip all the time.
Flashing the whole firmware is somewhat slow. At the same time, i usually only change my user code and the firmware is pretty static.
So is it somehow possible to update the make file in a way that i don't always have to flash the whole firmware, when i only change the user code?
Thank you!