Read should return exactly the number of bytes requested, except on EOF or error; otherwise, the rest of the data will be substituted with zeroes.
除非碰到EOF或出现错误,否则read应该返回所请求的字节数的数据;否则,其余数据都会被替换成0。
2
Utility error processing solution has been added. This enables you to readdata within UDMA mode for cases where previous version could read the data only in PIO mode.