tsandmann / freertos-teensy

FreeRTOS port with C++ std::thread support for ARM boards Teensy 3.5, 3.6, 4.0 and 4.1 (cortex-m4f and cortex-m7f)
92 stars 15 forks source link

Latest PULL example stdThread Hangs at runtime #19

Closed Stevenlawrencehoriba closed 11 months ago

Stevenlawrencehoriba commented 1 year ago

commenting out task3 fixes the issues, assume this is being tested for std:async and futures. Also the serial port has been set in the code to 115200, but platformIO.ini has not set the serial port up to 115200, so default to 9600 baud

tsandmann commented 1 year ago

What hardware are you using? The example works for me as expected on a Teensy 4.1.

The examples uses an USB emulated serial device which doesn't use the baud rate parameter at all. Therefore, the value doesn't matter.

Stevenlawrencehoriba commented 1 year ago

when using a physical teensy 4.1 it fails to run on the teensy, from platformio running the serial console .

tsandmann commented 1 year ago

What output do you get on the serial console?

tsandmann commented 11 months ago

Issue closed because it's stale.