Hi,
i have a problem using the bsp_SPIRead() in Callbackmode and at the same time, notifying new values to send when a device is connected.
When disable the bsp_SPIRead() function and sending dummy values with notify, my system didnt crashed at all.
I think the problem is when i send the bsp_SPIRead() to get adc values in callback mode and the notify event comes at the same time.
Any idea?