contact2adronics / adronics-tiger

Automatically exported from code.google.com/p/adronics-tiger
0 stars 0 forks source link

Improper output on Seven Segment. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Seven segment display is connected to PORTC of micro-controller. PORTC.5 value 
has no effect on 7-segment display.

Original issue reported on code.google.com by contact2...@gmail.com on 27 Apr 2011 at 12:41

GoogleCodeExporter commented 9 years ago

Current PIN mapping of 7 segment display is as follows

PORTC.0 - SS-a
PORTC.1 - SS-b
PORTC.2 - SS-c
PORTC.3 - SS-d
PORTC.4 - SS-e and SS-f
PORTC.5 - NC
PORTC.6 - SS-g
PORTC.7 - SS-dot

PORTC.5 should be connected to SS-f but it is routed to PORTC.4. Unfortunately 
there is not workaround for this. On board SS display can't be used as 7 
segment display and it should be used as alternative of LED. 

Marking it as won'tfix 

Original comment by contact2...@gmail.com on 27 Apr 2011 at 12:50