I ported the Thread Secure DFU example to use FreeRTOS, however I get a hard fault if something is scheduled using the app_timer provided.
Calling coap_dfu_trigger or handling a bsp button press results in

Can the app_timer/app_scheduler from nRF SDK be used together with FreeRTOS?
Setup:
Segger Embedded Studio v5.10b
Nordic nRF52840
nRF5 SDK for Thread and Zigbee v4.1.0

