which timers on nRF52840 (TIMERS not RTC_TIMER) are used , if any, by freeRTOS ? by softdevice ?
FreeRTOS does not use any TIMERS natively. It uses RTC for it timekeeping.
Softdevice reserves TIMER0 as mentioned in the resources used by the softdevice here.