You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my STM32 project i want to use both FreeRTOS and Serial communication . But after include FreeRTOS dependency , the serial connection is not working. I am working in PlatformIO
See the below is my test code
But I found that COM port is detecting in the windows but serial monitor is not able to connect to the COM port . If i comment out the line 'lib_deps=https://github.com/stm32duino/STM32FreeRTOS.git' then serial starts working
The text was updated successfully, but these errors were encountered:
In my STM32 project i want to use both FreeRTOS and Serial communication . But after include FreeRTOS dependency , the serial connection is not working. I am working in PlatformIO
See the below is my test code
And PlatformIO configuration is below
But I found that COM port is detecting in the windows but serial monitor is not able to connect to the COM port . If i comment out the line 'lib_deps=https://github.com/stm32duino/STM32FreeRTOS.git' then serial starts working
The text was updated successfully, but these errors were encountered: