Hi,
On the project I am working on we have the necessity to upload 2 firmware to the device. One is a classic firmware update and the other is a STM update for the not bluetooth board. For what I could understand the proposal from the firmware provider is to execute 2 dfu process, one after the other for each firmware, but the second one is required to be buttonless and so easier for the final user.
So my questions are:
How should I initiate the buttonless dfu process?
Is this double dfu strategy the right approach to the problem?
Hi, On the project I am working on we have the necessity to upload 2 firmware to the device. One is a classic firmware update and the other is a STM update for the not bluetooth board. For what I could understand the proposal from the firmware provider is to execute 2 dfu process, one after the other for each firmware, but the second one is required to be buttonless and so easier for the final user. So my questions are: How should I initiate the buttonless dfu process? Is this double dfu strategy the right approach to the problem?
Thanks.