I’m still having a problem with the frBlink code. ‘vTaskDelay()’ does not execute and return. I added print statements before and after to verify.
I tried the same code in the Arduino 1.8.12 IDE and it works as there.
Tried a couple things I found on this site, but no solution. Any help is appreciated.
-----------------------------------------------------------------------
Dependency Graph
|-- <STM32duino FreeRTOS> 10.0.1
Building in release mode
Compiling .pio\build\bluepill_f103c8_128k\src\main.cpp.o
Linking .pio\build\bluepill_f103c8_128k\firmware.elf
Checking size .pio\build\bluepill_f103c8_128k\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [= ] 6.3% (used 1288 bytes from 20480 bytes)
Flash: [== ] 15.7% (used 20612 bytes from 131072 bytes)
-----------------------------------------------------------------------------------------