Manfred,
I've confirmed that this code is updated already and will be available in the next release of the edma driver enabled parts.
if ((handle->tcdPool == NULL) && (handle->callback != NULL))
{
(handle->callback)(handle, handle->userData, true, 0);
}
/* Invoke callback function. */
if (handle->callback)
{
(handle->callback)(handle, handle->userData, transfer_done, tcds_done);
}
Thanks for your feedback,
Jason