Teensy 3.6 16 bit write - where is PTD10 / B3 ?

Status
Not open for further replies.

potatotron

Well-known member
I'm doing preliminary design with my first project using one of my shiny new Teensy 3.6s.

For it I'll need to flip 16 pins at the same time so I mapped the schematic to chip pins and see PTD10 (BGA pin B3) is missing so there's only 15 pins available on port D. Or did I miss it?

For what it's worth, here's the Teensy pin to port mapping I made:

Code:
Pin	Port
25	A05
3	A12
4	A13
26	A14
27	A15
28	A16
39	A17
42	A26
40	A28
41	A29
	
16	B00
17	B01
19	B02
18	B03
49	B04
50	B05
31	B10
32	B11
0	B16
1	B17
29	B18
30	B19
43	B20
46	B21
44	B22
45	B23
	
15	C00
22	C01
23	C02
9	C03
10	C04
13	C05
11	C06
12	C07
35	C08
36	C09
37	C10
38	C11
	
2	D00
14	D01
7	D02
8	D03
6	D04
20	D05
21	D06
5	D07
47	D08
48	D09
55	D11
53	D12
52	D13
51	D14
54	D15
	
56	E10
57	E11
33	E24
34	E25
24	E26
 
Yes, D10 is not there. Port B has 16 pins. You can set them simultaneously with 32-bit writes to the port registers.
 
Status
Not open for further replies.
Back
Top