Hello,
We are verifying FW changes using serial recovery on a module equipped with nRF5340.
If you use a program that changes the GPIO of the serial recovery start button and reset the GPIO for serial recovery start in the input state, the FW will start without entering recovery mode.
On the nRF5340-DK, the same code will enter recovery mode.
Please help us resolve this issue.
environment
- module:NORA-B101-00B
- ublox nRF5340 built-in module
- no external 32k
- Development environment:Visual Studio Code
- SDK:nRF connect SDK v2.3.0
Program used
- Created based on the sample below.
- Changed clock setting from external 32k to internal.
- Changed serial recovery start GPIO (0.23 -> 1.15).
- Added software reset
1464.mcuboot_serial_recovery_uart.zip
procedure
- Write the program into a module in VScode.
- Input H to pin 1.15.
- A software reset of the program will be executed.
- The program will start without entering recovery mode. (Check the print output at startup)
reference