What is the easiest way to update the user firmware (microcontroller application code) on a Nucleo board?
I'm working with a Nucleo F429ZI, and I want to be able to make firmware updates to the board in the future, preferably through the board's USB port (not the ST-Link debugger USB, as this will be removed for my application.) I was wondering what the ...