For those interested: I ported FreeRTOS 9 to an nRF52840 in my previous job.
This family used a lot. It's in my Tado smart radiator knobs, in the AirTags.<p>I can only compare it to FreeScale chips, but one thing that pleasantly surprised me is the flexibility in pin-assignment. Instead of the pin-mux that we'd have to do on the MK24, I could just assign pins during usb/i2c init without any limitations.
The SDK is quite elaborate, although sometimes a bit difficult to use in C++.