-
Notifications
You must be signed in to change notification settings - Fork 65
SerialUSB and FreeRTOS setup/startup order example #29
New issue
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
Comments
Hi @atrips anyway, I will not able to help on this. |
Hi @atrips So, I close it. |
Hello @fpistm , Thank you for the time you waste investigate the issue. I did not reply because I was not sure make my tests right. So... Having Commenting
NOTE:
Edit: |
Hello,
I'm trying to use SerialUSB w/ FreeRTOS but I have issue to start tasks before SerialUSB initialized.
Let's consider example code: https://github.com/stm32duino/STM32FreeRTOS/blob/master/examples/frBlinkPrint/frBlinkPrint.ino
Problem is that
while(!Serial) {}
blocking till ACMx device not connected. I tried to setup serial from task but without success. ACM device seems to not initialized right and not visible from OS.Thanks.
The text was updated successfully, but these errors were encountered: