Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
8051 Free Running Counter
no vote
This post provides the implementation of free running counter ( using c language ) for 8051 micro-controller ( e-g for AT89C51 or AT89C52 etc ). This code is written in such a way that, the counter starts from a value of '0' ( displayed on the seven segment ) and then increments this value after every second. So, the seven segment display starts from '0' and then displays '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'b', 'C', 'd', 'E', and in the end 'F'. After displaying 'F', counter starts from '0' again and this pattern repeats forever.
Er.Deep Saini
2016-08-23
0
1
No more~