2017-02-21 07:45 AM
Hello everyone, I'm working with SPC56EL60L3.
I'd like to disable eDMA interrupts, cause I don't need callbacks to be executed at end of trasnsfer operations.
Any idea how to do that?
Thank you.
Alessandro
2017-02-23 04:56 AM
Hello Alessandro ,
if you use edma interrupts
in the driver configuration , you should put your callback in NULL
Best regards
Erwan