-
Notifications
You must be signed in to change notification settings - Fork 14
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
Work only, if compiled with "Debug" option #5
Comments
Hi, I have just tested the blink example on my teensy4 with teensyduino 1.51 on release mode (-D TEENSY_OPT_FASTEST) with success. I kept it running for 30+ mins without any hard fault being triggered. |
Hello, that is strange, i use your example, just rename it to "teensy4_freertos.ino". I build it from the arduino ide, |
I'm was seeing the same problem with Optimize mode = Fastest Very odd... Teensyduino 1.8.12 |
In an update.... Using anything other than debug option, makes my code un-stable.... |
The firmware crash after ca. 150 ms, if not compiled with "debug" option.
I use teensyduino 1.51 and arduino 1.8.12 on linux64.
The text was updated successfully, but these errors were encountered: