Hello!
Where I can submit comments on the typos in the documentation to the CCES?
For example:
On page "Non-Blocking Mode APIs and Buffer Ownership" in section "Non blocking buffer transaction APIs" in the application pseudo code snippet (extra letter 'b'):
application pseudo code
-------------------------
adi_xxx_SubmitBuffer // transfer buffer to driver
while()
{
adi_xxx_SubbmitBuffer // transfer buffer to driver
adi_xxx_GetBuffer // will block until transaction complete
// buffer is owned by application again
// buffer processing
}