Hi DevZone,
I am working on an application using:
- nRF52840
- FreeRTOS v10.0.0.0
- nRF SDK v17.1.0
- S140 v7.2.0
My question is if it is possible to enable the S140 without enabling any BLE functionality. BLE will be enabled later in project development, but for now I have to make sure that the RF-antenna is inactive.
I still need access to microcontroller temperature and non-volatile memory controller (nrf_fstorage.h) which are accessed through s140 when the stack is present on the microcontroller, hence it cannot be completely disabled.
Br. Casper