ok Paul and Joe many thanks for the replies. So for example if I put it in void doReset() {SCB_AIRCR = 0x05FA0004;} and call that on a certain condition (e.g. an input pin goes high) from within void loop() then it should reboot, go through void...
Many thanks for replying!
I think I noticed you were the creator of a USB library that has been amalgamated with USBHost_t36 but forgive me if I am incorrect.
1. Of course you are correct in that the device should not be removed but I am...
Hi I am using Teensy 4.1 with Arduino IDE 2.3.4.
Consider the following standard setup for transferring data using an external USB stick attached to the Teensy.
#include <USBHost_t36.h> // import the Teensy...
Teensy 4.1 plus (in order of importance?):
1. USB host with support for USB 3.1 SuperSpeed 10Gbit/s (or whatever the latest rev can be implemented at the time of build).
2. Back to being 5V tolerant (saves having to use external chips to do that...