oh, looks like nobody tested this combination, at least 52832/SDK12 worked some time ago, hopefully the fix won't be too hard. Anyway, why do you need it? I have a patch with something like NRF.stop()/start() where I can turn softdevice completely off and later back on and it seems to work with Nordic 52840 dongle, would that help?
First of all thanks for your reply.
The idea was to compile a minimal binary with only the Espruino core functionality to reduce flash usage. If softdevice is not needed necessarily for this I could try to compile without softdevice entirely.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
oh, looks like nobody tested this combination, at least 52832/SDK12 worked some time ago, hopefully the fix won't be too hard. Anyway, why do you need it? I have a patch with something like NRF.stop()/start() where I can turn softdevice completely off and later back on and it seems to work with Nordic 52840 dongle, would that help?