What do these arrows represent? Is there any way to memorize it easily?
Asked
Active
Viewed 921 times
7

Kevin Reid
- 7,444
- 1
- 25
- 44

Mark Henry
- 73
- 3
-
1Out of interest, why would you need to memorise them? – Steve Melnikoff Sep 22 '18 at 13:44
-
3This is precisely what these arrows are here for: to designate signal directions, so you don't need to "memorize" the major pin function. – Ale..chenski Sep 22 '18 at 16:45
-
@SteveMelnikoff i have a test on microprocessors . i have to draw pin config and architecture of various processors . – Mark Henry Sep 23 '18 at 05:36
-
Argh; I used to hate stuff like that. The good news is that, in the real world, you can refer to datasheets as often as you like. :-) – Steve Melnikoff Sep 27 '18 at 11:25
1 Answers
16
They indicate data direction. Arrows pointing to the chip indicate that those pins are inputs and vice versa. Bidirectional arrows indicate they are either inputs/outputs, depending on the circumstances.
If you want to memorize it, I think you should memorize those pins meanings first.

Long Pham
- 1,260
- 1
- 11
- 21
-
yea i have memorized the pins , the problem is that some pins have 2 arrows and some dont . – Mark Henry Sep 22 '18 at 04:16
-
1@MarkHenry The double arrows represent pins that are bidirectional - may be either input or output, depending on the circumstances. – DoxyLover Sep 22 '18 at 05:20