Shop OBEX P1 Docs P2 Docs Learn Events
Extra possibilitys on DE2-115 — Parallax Forums

Extra possibilitys on DE2-115

SapiehaSapieha Posts: 2,964
edited 2013-04-19 16:40 in Propeller 2
Hi Chip

One Question.

If I send You VHD else Verilog code to that.

Is it possible You can incorporate that to Config file for DE2-115 to give some extra debuging possibilitys

3x HEX LED's connected in parallel with LED0..11 on port B
'' --- Port B ---------------------------------
  LED0  = 32                    '' DE2-115        HEX 00
  LED1  = 33                    '' DE2-115        HEX 01
  LED2  = 34                    '' DE2-115        HEX 02
  LED3  = 35                    '' DE2-115        HEX 03
''----------
  LED4  = 36                    '' DE2-115        HEX 10
  LED5  = 37                    '' DE2-115        HEX 11
  LED6  = 38                    '' DE2-115        HEX 12
  LED7  = 39                    '' DE2-115        HEX 13
''----------
  LED8  = 40                    '' DE2-115        HEX 20
  LED9  = 41                    '' DE2-115        HEX 21
  LED10 = 42                    '' DE2-115        HEX 22
  LED11 = 43                    '' DE2-115        HEX 23

Comments

  • cgraceycgracey Posts: 14,133
    edited 2013-04-19 16:25
    Possibly. I understand that you want to P32..P43 to drive some 7-segment LEDs on the DE2-115 that are labelled "HEX". Do you just want those connections made?
  • SapiehaSapieha Posts: 2,964
    edited 2013-04-19 16:40
    Hi Chip.

    It is 3x7 segment HEX displays (3 from right to left) bottom on LCD that I'm are thinking on.
    Driving them parallel with LED0..11 that You have it now
    cgracey wrote: »
    Possibly. I understand that you want to P32..P43 to drive some 7-segment LEDs on the DE2-115 that are labelled "HEX". Do you just want those connections made?
Sign In or Register to comment.