Hello,
I would like to know if it is possible to not use softdevice because i need more flash for my code. I guess it is possible but when i don't enable softdevice in my code, the app_timer stops working and the power management too. Even if i remove SOFTDEVICE_PRESENT compilation flag, the issue is still present.
My purpose is to use the FDS with my code (which is already filling 92% of the remaining flash (with S112) and my nrf52810 is not doing any BLE), so that's why i came up with removing the soft device but i would like to keep the main library available (in particular the app_timer since it is used in a library shared with a nrf52832) So, do i need to write my own timer or am i missing something ?
If you have any idea, feel free to share.
Best regards,
Aurélien