-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pro Mini Style SSOP20 modification (#16)
* SSOP20 - SPI_SS arduino pin is 9 * seisfeld adds support for 32MHz crystal and LaZsolt changed SSOP20 mini to 328P * Source: http://www.lgtic.com/upload/lgt8fx8p/Porting_from_LGT8FX8D_to_LGT8FX8P_v1.0.0.pdf * Source: https://github.com/Edragon/LGT/tree/master/1-LGT8F328/DOCS * Better English. Source: https://www.avrfreaks.net/sites/default/files/forum_attachments/LGT8FX8P_databook_v1.0.5-English_0.pdf * Delete LGT8Fx8P_databook_v1.0.5.ch.pdf * Delete LGT8Fx8P_databook_v1.0.5.en.pdf * need a pullup resistor * Different LGT MCUs * Different LGT MCUs in Arduino boards * Different LGT MCUs in Arduino boards
- Loading branch information
Showing
5 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# LGT MCUs in Arduino boards | ||
|
||
LGT8F88A, LGT8Fx8D and LGT8Fx8P main differences | ||
|
||
<br> | ||
|
||
| - | - | LGT8F88A | LGT8Fx8D | LGT8Fx8P | | ||
| :-----------: | :----: | :-------: | :---------: | :--------:| | ||
| Progmem | KB | 8 | 4/8/16/32 | 8/16/32 | | ||
| RAM | KB | 1 | 0.5/1/1/2 | 1/1/2 | | ||
| Data Flash (EEPROM) | KB | 504 byte | 1/2/4/progmem shared | 2/4/progmem shared | | ||
| DAC (8 bit) | | - | 2 | 1 | | ||
| Internal Reference | V | 1.25/2.56 | 1.25/2.56 | 1.024/2.048/4.096 | | ||
| Analog Comparators (AC) | | 2 | 2 | 2 | | ||
| AC resolution | mV | 6 | 12 | 10 | | ||
| DAP Differential Amplifier | gain | 7.5/15/22.5/30 | - | 1/8/16/32 | | ||
| ACD | bit | 10 | 12 | 12 | | ||
| Max sysclk | MHz | 32 | 32 | 32 | | ||
| Extras | | Capacitive touch button controller, <br> Thermal sensor | 2x Operational Amplifier <br> fixed gain = +12 or -11 | DSC (16 bit arithmetic), <br> SPI buffer, SPI 2 wire input mode | | ||
| Package | | QFP32, SSOP28 | QFP32, SSOP28, SSOP24, SSOP20 | QFP48, QFP32, SSOP20 | | ||
|
||
More docs: <br> | ||
https://github.com/Edragon/LGT/tree/master/1-LGT8F328/DOCS <br> | ||
https://github.com/Upcycle-Electronics/LGT8Fx-Datasheet/tree/master/LGT-ArchivedStuffDredgedFromTheInternet <br> | ||
https://github.com/watterott/LGT8F328P-Testing/ <br> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters