Richardson
Active member
How about a Teensy 5 board with dual/quad core?
Wish List:
5V tolerant
Low Cost
Ethernet
USB Host
Wish List:
5V tolerant
Low Cost
Ethernet
USB Host
Given Paul doesn't design the actual microprocessor within the Teensy, he is dependent on the chips that are designed by the microprocessor companies. Given the newer chips no longer have 5 volt tolerance, Paul can't magically make the future Teensy be 5 volt tolerant without adding extra chips that would add to the cost.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 job when interfacing with TTL stuff).
Fair dinkum!Indeed, the hardware we get really depends on what NXP (or perhaps other microcontroller manufacturers) design into their chips. I have no control over this. In the past I've had conversations with people at NXP, especially expressing desire for DACs like we had on Teensy 3.6, which appear to have had no impact on their product design decisions.
Today most 32 bit microcontrollers are made with silicon processes having mosfet gate length between 40 to 120 nm. The IMXRT1062 chip on Teensy 4.x is either 40 or 45 nm (I'm really not 100% sure... conflicting info seen). Some newer chips might be using 28 nm now, but generally speaking single chip micrococontrollers tend to use older silicon processes. The Kinetis chip used on Teensy 3.2 was 90 nm.
Info online claims Raspberry Pi 4 used 28 nm and Raspberry Pi 5 uses 16 nm. I didn't find good info about what process their RP1 I/O chip uses.
As a general rule of thumb, smaller transistors can switch faster, but they tend to need to run with lower voltage and making I/O pins tolerant of higher voltage becomes more difficult and expensive. This is why most modern chips don't have 5V tolerance, and why ever faster and more capable chips of the future probably won't have 5V tolerance.
You can wish for all sorts of powerful peripherals, and eventually as microcontrollers are made with small transistors we'll probably get them. But 5V tolerance isn't a realistic expectation.