Noticed this on PJRC website:
Teensy 3.6 can not write to EEPROM memory when running faster than 120 MHz. The EEPROM library will automatically reduce the processor's speed during the time EEPROM data is written. If using Serial1 or Serial2, communication may be disrupted due to baud rate changes. Other serial ports are not affected by the temporary speed change during EEPROM writing.
- This implies other Teensy models are not affected, is that true?
- Does Serial1 or Serial2 correspond to the built-in USB port on the Teensy 4.1?
I need to maintain a reliable serial connection through the builtin port, during EEPROM writes on the Teensy 4.1. Is that possible?
Thanks
Teensy 3.6 can not write to EEPROM memory when running faster than 120 MHz. The EEPROM library will automatically reduce the processor's speed during the time EEPROM data is written. If using Serial1 or Serial2, communication may be disrupted due to baud rate changes. Other serial ports are not affected by the temporary speed change during EEPROM writing.
- This implies other Teensy models are not affected, is that true?
- Does Serial1 or Serial2 correspond to the built-in USB port on the Teensy 4.1?
I need to maintain a reliable serial connection through the builtin port, during EEPROM writes on the Teensy 4.1. Is that possible?
Thanks