I'm using nrf52832 SDK17.0.2 S132 with FreeRTOS. I run into some stack overflow problem.I added DIS,BAS,NUS and DFU to my project,and if try to read DIS charistics on my phone with BLE Scanner, the stack usage goes as high as 1500 bytes. With default stack size of 1024 bytes, the program crashes sometimes. So I want to increase the stack size. But a fixed size is written in the SDK. Is there any way to extend the stack without editing the SDK? or is there any plan to add an configuration for this?