Couple of Quick Hardware Questions

Status
Not open for further replies.

jkoffman

Well-known member
Hi all,

Working through designing my first project using the Teensy 3.2 and wanted to verify a couple of things.

1. Do I need to do anything with AREF and AGND if I'm happy just using the on board generated 3.3V? Based on my read of the schematic it looks like I am clear to leave them unconnected, but I wanted to check.

2. I know that I/O pins are 5V tolerant in I/O mode, does this change at all in peripheral mode? Basically, if I'm using one of the serial ports, is RX 5V tolerant?

3. I plan on using the on board pullups. Are there any digital pins that this won't work on, or do all ports capable of digital I/O have pullups?

Thanks!
 
Yes, leave AREF & AGND unconnected if not using.

The digital pins are 5V tolerant, even when the peripheral is selected.

All digital pins support pullup resistors.
 
Status
Not open for further replies.
Back
Top