Hello ,
When i am using sdk functions with freertos some of the callbacks/functions requires (for example) xTaskNotifyFromISR() instead of xTaskNotify.
So how can i decide if a sdk function or call back function called from ISR or not ? Can we say all the callback functions are ISR in the nrf52 sdk ?
Is there any notation which indicated the function belongs or called from ISR ?
Best regards.