Hi,
I'm using Linux with Visual code extension to compile for both nrf52840DK and nrf52480 dongle and I'm using the programmer in nrfConnect to write to the devices. The 'blinky' sample works fine for both devices but the 'peripheral' sample only works for the development kit (dk). The 'peripheral' dongle memory map looks ok with its mbr and bootloader as expected but the device does not present after programming as /dev/ttyACM0 as the dk does, and as as both dk and dongle do when running blinky. No apparent errors during build or programming. I've checked the various config files and I can find no apparent significant difference between the 'blinky' and the 'peripheral' samples. I can switch back to 'blinky' from 'peripheral' on the same dongle and it still works
I'm using Linux v6.2.11, nrf SDK v2.8.0, nrfConnect v5.1.0 and programmer v4.5.0.
Any ideas?
Thanks
John