Hi
Is timer ,gpio ,and spi pheripherals are accessible while bluetooth stack is enabled.
and if it is yes , these are directly accessible or we need to use soft device api.
and what are sd api we need to use to access.
Regards Balaji
Hi
Is timer ,gpio ,and spi pheripherals are accessible while bluetooth stack is enabled.
and if it is yes , these are directly accessible or we need to use soft device api.
and what are sd api we need to use to access.
Regards Balaji
Hi Balaji, You can find the list of blocked and restricted system resource in the S110 Specification at chapter 6.
You can download the Specification in the nRF51822 page - download tab - Product Specification - Click on Expand list.
Hi Balaji, You can find the list of blocked and restricted system resource in the S110 Specification at chapter 6.
You can download the Specification in the nRF51822 page - download tab - Product Specification - Click on Expand list.
Thanks Hung Bui,
It helps to me. one more question kindly suggest me.
I want create 4k buffer, for reading and storing the accelerometer data in nordic RAM. how to protect this buffer so that it will not corrupt by other threads in program.
In my case Bluetooth is always on.
Regards Balaji