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
ch32v003/EVT/EXAM/USART_IAP/CH32V003_IAP/User/iap.c
Line 183 in 9d875e9
The text was updated successfully, but these errors were encountered:
Кажется, что можно заменить эту функцию на дефайн формата
volatile uint32_t timer = 80000; while(--timer);
Уже будет меньше ресурсов тратиться. Но даже так, эта задержка все равно бесполезна. Нужно заново считывать значение с PC0
Sorry, something went wrong.
Thanks for your suggestion, we will optimize this part in the future.
No branches or pull requests
ch32v003/EVT/EXAM/USART_IAP/CH32V003_IAP/User/iap.c
Line 183 in 9d875e9
The text was updated successfully, but these errors were encountered: