似乎这个问题来自GPIF方面。当从GPIF读取3字节时,GPIF生产者缓冲区为空,因此包中的块为零长度。因此,我的问题变成了GPIF生产者缓冲区的数据计数需要4字节对齐的原因。
以上来自于百度翻译
以下为原文
Seems that the issue is from GPIF side. When reading 3 bytes from GPIF, the GPIF producer buffer is empty, so that the bulk in packet is zero length. So my question becomes why the data count of GPIF producer buffer needs to be 4 bytes aligned.
似乎这个问题来自GPIF方面。当从GPIF读取3字节时,GPIF生产者缓冲区为空,因此包中的块为零长度。因此,我的问题变成了GPIF生产者缓冲区的数据计数需要4字节对齐的原因。
以上来自于百度翻译
以下为原文
Seems that the issue is from GPIF side. When reading 3 bytes from GPIF, the GPIF producer buffer is empty, so that the bulk in packet is zero length. So my question becomes why the data count of GPIF producer buffer needs to be 4 bytes aligned.
举报