Hi,
I am testing the experimental_bootloader_secure_usb example.
I have confirmed that the old v0.9.2 board has been replaced with a new board and connected to the [COM serial port].
But there was another problem.
This is how I proceeded.
-
Program soft device through nRFGO Studio (5.0.0-2 Ver)
-
Build and download the experimental_bootloader_secure_usb example via Keil (this is the example in the pca10056_debug folder, not the pca10056 folder example).
-
After downloading, press the reset button on the board + DFU mode entry button (I have modified the code with Button1) (make sure to connect to [COM serial port]).
-
In nRFgo Studio, set the Hex file (ble_app_hids_mouse_pca10056_s140.hex) in the nRF5x Bootloader tab as Application and its COM port and program it.
Here are the errors that occur after this.
Timed out waiting for acknowledgment from device.
Failed to upgrade target. Error is: Attempting to use a port that is not open
Possible causes:
-
bootloader, SoftDevice or application on target does not match the requirements in the DFU package.
-
The baud rate or flow control is not the same as the target bootloader.
-
target is not in DFU mode. If using the SDK examples, press Button 4 and RESET and release both to enter DFU mode.
Do I misunderstand the test method? Is there anything I'm missing?