-
Notifications
You must be signed in to change notification settings - Fork 65
vTaskDelay Don't seem to be working #17
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
Loop is called thanks: STM32FreeRTOS/src/STM32FreeRTOS.c Lines 73 to 87 in 8e66896
Your loop take too much time. You should not called delay. In a general way, avoid to use loop, create dedicated task. Moreover, your blink is very quick ( 100 ms) Check this example: |
thank you but i try you frBlinkPrint.ino example into stm32f103c8t6 led not work |
@SocketNet |
myconfig
code
The console only outputs "A", and the task seems to stop as soon as it arrives vTaskDelay and never continues. |
OK, you used PIO. |
ok Thanks again |
The text was updated successfully, but these errors were encountered: