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
由于串口void Usart2_Send(uint8_t *, uint32_t);仅仅记录下这两个值,中断的时候再输出。这样的话,就得保证buf不被修改。
void Usart2_Send(uint8_t *, uint32_t);
然而上位机代码并没有措施保证。
这可能是导致误码的一个原因。
The text was updated successfully, but these errors were encountered:
bug fixed
4271a29
解决误码问题 #8 连续的输出导致误码。 这个bug目前只是绕开了,要彻底解决得完成对资源的控制。
No branches or pull requests
由于串口
void Usart2_Send(uint8_t *, uint32_t);
仅仅记录下这两个值,中断的时候再输出。这样的话,就得保证buf不被修改。然而上位机代码并没有措施保证。
这可能是导致误码的一个原因。
The text was updated successfully, but these errors were encountered: