Advertisement
Guest User

Untitled

a guest
Oct 10th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. GAL16V8 ; this is the second example
  2. Exa.2
  3.  
  4. P2 NC NC NC NC NC A13 A14 A15 GND
  5. NC NC NC NC IO UART ROM RAM CS1 VCC
  6.  
  7. CS1 = P2
  8.  
  9. RAM = A15
  10.  
  11. /ROM = A15 * A14
  12.  
  13. UART = A15 * /A14 * A13
  14.  
  15.  
  16. IO = A15 * /A14 * /A13
  17.  
  18.  
  19. DESCRIPTION
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement