-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.json
61 lines (61 loc) · 1.27 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"type":"MCU",
"name":"FT60F210",
"tags": ["OTP","LOWPIN"],
"series":["FT60F210RB","FT60F210WRT","FT62F210RB","FT62F210WRT"],
"description":"fremontmicro 8bit RISC OTP MCU",
"peripheral": ["TIM","PWM"],
"package":["SOP8","SOT23-6"],
"SRAM":64,
"DATA":128,
"OTP":1024,
"Core": {
"num": 1,
"architecture":"RISC",
"Freq":16
},
"Level": {
"main":1,
"sub":12,
"price":0.7
},
"GPIO": {
"num": [13,17],
"irq": 4
},
"ADC": {
"num": 1,
"channel": 6,
"resolution": 12,
"rate": 1024
},
"TIM": {
"resolution":[8,16]
},
"PWM": {
"num": 2,
"resolution": 8,
"rate": 256
},
"CLK": {
"HSE": [1000,16000],
"HSI": [16000],
"LSI": [32],
"PLL": [16000,16000],
"DIV": [1,128],
"accuracy": 0.02
},
"PWR": {
"VDD": [2500,5500],
"IDD": [2.21,14.31],
"Imax": 120
},
"EMC": {
"ESD": "4KV"
},
"vendor":"fremontmicro",
"url":"http://www.SoC.xin/FT60F210",
"repo":"https://github.com/SoCXin/FT60F210",
"homepage": "https://www.fremontmicro.com/product/mcu/io/index.aspx",
"version":"1.0.0"
}