Hi all,
Bought K8048 a few weeks ago and been messing around with the PIC included. Thought I’d set myself a challenge of designing a curcuit/program to display the time in binary. Since I knoew no asm it took a while to even be able to read the demo code. But after some fiddling around and a bit of code stealing from some clock code found for a different PIC I’ve now got a working program that displays the time. The current program is designed to work on the experiment board so it can only show hours/min/secs at one time and its slighly slow because of the 4Mhz clock. But I plan now the setup a new board which will use multiplexing to display the whole time.
If anyones interested in the code I’m quite happy to share, I found when I first bought the kit there was a lack of code for the 16f627 kicking around on the net. So this gives everyone something else to fiddle with.
Dave