We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, During DFU signed image transfer I see following:
if ((p_addr & (SEGMENT_LENGTH - 1)) != 0 || p_addr < (uint32_t) m_transfer.p_start_addr || p_addr + length > (uint32_t) m_transfer.p_start_addr + m_transfer.size)
For image length which is not aligned to segment size last packet will be dropped. Thanks, Mykhaylo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
During DFU signed image transfer I see following:
For some images these values are different.
For image length which is not aligned to segment size last packet will be dropped.
Thanks,
Mykhaylo
The text was updated successfully, but these errors were encountered: