Forum Rule: Always post complete source code & details to reproduce any issue!
-
Teensy LC: Bug in documentation
On this page
https://www.pjrc.com/store/teensylc.html
is written:
"The AREF pin is used to set the analog input range. By default, AREF is 3.3V due to a resistor. External shunt-type reference chips may be connected for lower reference voltage."
This is wrong. There is no resistor connected to the AREF pin, neither on the board nor on the chip. A shunt reference won't work without an external resistor.
Michael
-

Originally Posted by
mkoch
On this page
https://www.pjrc.com/store/teensylc.html
is written:
"The AREF pin is used to set the analog input range. By default, AREF is 3.3V due to a resistor. External shunt-type reference chips may be connected for lower reference voltage."
This is wrong. There is no resistor connected to the AREF pin, neither on the board nor on the chip. A shunt reference won't work without an external resistor.
Michael
According to the MKL26Z64 datasheet, in Paragraph 3.6.11, Note 3, Table 25 states: "For packages without dedicated VREFH and VREFL pins, VREFH is internally tied to VDDA, and VREFL is internally tied to VSSA." which seems to imply that AREF will be at 3.3VDC as stated. Likewise, Paragraph 3.6.11, Note 4, Table 25 states (in reference to Ras, the Analog source resistance (external)): "This resistance is external to MCU. To achieve the best results, the analog source resistance must be kept as low as possible." and the associated diagram shows Ras as an external resistor (5kohm or less) used with the shunt reference. Maybe I'm missing something obvious, but I don't see anything indicating that an external shunt reference can/should be used without an external resistor.
Mark J Culross
KD5RXT
-
The sentence in the documentation says that the AREF pin (not the internal reference voltage) is 3.3V by default. That's clearly wrong. Without an external resistor, the AREF pin is 0V by default.
-
Senior Member+
I created an issue on github... https://github.com/PaulStoffregen/We...ates/issues/32
This points to the two recent threads on the Teensy LC documentation page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules