Define specific TEENSYDUINO version into Platformio

pierrotm777

Well-known member
Hello,

I play with TeensyVariablePlayback for build a RC Sound Simulator.
We have an issue with the last board version 1.59 but not with the 1.57.3.
With the Arduino IDE and the version 1.59, our code is crashing but not with the 1.57.3 version.
Platformio compile with the version 1.59 and we have the same issue.
Does exist a solution for change the board version from 1.59 to 1.57.3 ?

Thanks for your help,

Pierre
 
The version update goes along with changes in code and build tools. Altering the version value would not change any of that.

Using Arduino IDE confirm there are no warnings being missed in a Verbose build pointing out a change in behavior.

If no overt warnings then there is some unseen change from tools or other update affecting the code.

A repro case ideally small that others might run, or at least read, would be needed to find what might be the source.

Is the 'Crash' followed by an 8 second delay and restart? Has the CrashReport on startup been looked at - if it gets that far print that and stop with USB Serial connected. That may point to a usable place to start, or the nature of the failure.
 
Ok, I have tried one of your detect error codes that return:
CrashReport:

A problem occurred at (system time) 14:26:46

Code was executing from address 0xE0000000

CFSR: 1

(IACCVIOL) Instruction Access Violation

Temperature inside the chip was 52.45 °C

Startup CPU clock speed is 600MHz

Reboot was caused by auto reboot after fault or bad interrupt detected
 
Back
Top