-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Hello.
Have you noticed the 2 little SMD pads next to the red power LED of the Pro Mini style LQFP32 ?
The pad close to the LED is GND.
The other pad is connected to the pin 07 of the chip (PB6 / XTALO ).
I thought it could be used to add an external oscillator, but PB7 / XTALI is on pin 08 which is not connected to anything.
Then I thought it could be used to solder an extra LED, but there is no room for a resistor.
Any idea what could be the purpose of this extra pad ?
PS : my version is 3.3V and the version of the picture below is 5V, so it seems not to be a way to tell to the program which version of the regulator. Though, if this pin is used as a digital input, it could be used as a solder switch to activate a debug mode or change a configuration parameter or whatever ...
LGT8FX8P_databook v1.0.5-English.pdf : page 6
PB6 / XTALO :
- PB6 : programmable interface B6.
- XTALO : oscillator IO output interface.
LGT8FX8P_databook v1.0.5-English.pdf : page 84
Port B Pins Alternate Functions
PB6 :
- XTALO / TOSC1 ( External Master Oscillator pin XO )
- PCINT6 ( Pin change interrupt 6)
LGT8FX8P_databook v1.0.5-English.pdf : page 85
XTALO/TOSC1/PCINT6- Port B Pin 6
- XTALO: external crystal oscillator pin XO
- TOSC1: Timer external Oscillator pin 1. Used only if internal RC is selected as master working clock, and the asynchronous timer is enabled by the correct setting in ASSR register. When the AS2 bit in ASSR is set (one) and the EXCLK bit is cleared (zero) to enable asynchronous clocking of Timer/Counter2 using the Crystal Oscillator, PB6 is disconnected from internal I/O port, and becomes the input pin of the Oscillator amplifier. In this mode, external crystal Oscillator is connected to this pin.
- PCINT6: Pin Change Interrupt 6. The PB6 pin can serve as an external interrupt source. If PB6 is used as a crystal oscillator pin, DDB6, PORTB6 and PINB6 will all read 0.
