Hi,
We are currently developing a project using Teensy 4.1.
Our development environment is:
Teensy 4.1
Arduino IDE 2.3.8
Teensy package 1.62.0
We found that after upgrading the Teensy package from 1.56.2 to 1.62.0, our application immediately resets whenever UDP communication is used.
The behavior is:
Teensy package 1.56.2: UDP works normally.
Teensy package 1.62.0: As soon as UDP is used, the Teensy automatically reboots.
Downgrading back to 1.56.2 completely resolves the problem.
We also tested with Arduino IDE 1.8.19, and the same issue occurs when using Teensy package 1.62.0. Therefore, it does not appear to be related to the Arduino IDE version.
The Teensy package was downloaded directly from the official PJRC website.
Could you please advise:
Are there any known changes in the Ethernet/UDP implementation between Teensy package 1.56.2 and 1.62.0 that could cause this behavior?
Has anyone experienced similar UDP reboot/reset issues after upgrading?
Is there anything we should modify in our code to be compatible with version 1.62.0?
If needed, we can also provide a minimal example that reproduces the problem.
Thank you.
We are currently developing a project using Teensy 4.1.
Our development environment is:
Teensy 4.1
Arduino IDE 2.3.8
Teensy package 1.62.0
We found that after upgrading the Teensy package from 1.56.2 to 1.62.0, our application immediately resets whenever UDP communication is used.
The behavior is:
Teensy package 1.56.2: UDP works normally.
Teensy package 1.62.0: As soon as UDP is used, the Teensy automatically reboots.
Downgrading back to 1.56.2 completely resolves the problem.
We also tested with Arduino IDE 1.8.19, and the same issue occurs when using Teensy package 1.62.0. Therefore, it does not appear to be related to the Arduino IDE version.
The Teensy package was downloaded directly from the official PJRC website.
Could you please advise:
Are there any known changes in the Ethernet/UDP implementation between Teensy package 1.56.2 and 1.62.0 that could cause this behavior?
Has anyone experienced similar UDP reboot/reset issues after upgrading?
Is there anything we should modify in our code to be compatible with version 1.62.0?
If needed, we can also provide a minimal example that reproduces the problem.
Thank you.