Closed bmegli closed 6 years ago
Yes that is correct, the interrupt handler will call those functions upon completion (only if they are setup).
There is an example "basic_master_callback" which shows how to setup the functions.
Thanks!
Yes, I know the example and already have working implementation.
Hi @nox771,
First, thank you for this awesome library.
Are the asynchronous background transfer callbacks for
onTransmitDone
onReqFromDone
onError
...called from the interrupt handler?
I suppose they have to, at least when initiating background transfer with:
sendRequest
sendTransmission