I am starting the development of a product using the nRF52 DK for the nRF52832 SoC.
The product will use some peripherals (RTC, NVMC, Timers) and communicate using BLE and NFC with a smartphone. It will also feature Firmware updates over BLE. There is no need (at least for this stage of the product), to use any RTOS.
So far, I am unable to understand if the recommend development toolchain is to use Segger Embeded Studio with the NRF5 SDK, as detailed here, or if I should start to use already the nRF Connect SDK with the nRF Connect for Desktop, which features a SEGGER Embedded Studio Nordic Edition.
I am aware of this thread, but I believe my question is broader. What is the recommended toolchain (IDE and other tools) and SDK to use in new nRF52832 products?
Thank you in advance