Hello,
I'm working with nRF52833/nRF82540 for quite a long and now we're starting to enter in production.
For this, we would like to flash applications using FTDI to a BL653-DK (Laird) for evaluation purposes.
According to what I've found in the internet, I should build and flash the Nordic's "MCUBoot", which I've done successfully (by adding "CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP=0" to the prj.conf to the example bootloader\mcuboot\boot\zephyr).
Now I'm connecting the BL653-DK to USB-1 (FTDI) and trying to flash a "Hello World" application.
But I couldn't manage to make this device recognizable by any of the tools Nordic provides (west, nrfutil or mcumgr).
Any guess on what am I missing?
Thanks in advance!