Hello.
We are developing products using BLE modules.
The one used for that module was "nRF52832 (512kB Flash, 64kB RAM)".
I would like to know
Question 1:
As a basic operation, I understand that various handlers are registered in Nordic's SoftDevice and are called back when an event occurs.
Is it necessary to exclusively control this callback on the normal processing side when using a buffer common to our normal processing?
Question 2:
If you need exclusivity, what are your options?
Question 3:
If another event occurs while processing the event handler, will the event handler that occurred later take precedence?
Thank you.