Hello to all,
I've read almost whole this thread because I'm interested in building the PIC-based emulator (the original one with PIC16F688), and an analog to SPDIF converter using Wolfson Mictroelectronics WM9707 (
http://www.wolfsonmicro.com/uploads/.../en/WM9707.pdf) for my Tuner List 22DC278/62B.
First of all I'd like to say congratulations to all for their helpful and worthy work and especially to Ale who worked mostly on PIC-based version.
I also need to say to couple of members that they should be ashamed of publishing: I've made this and I've made that (based on different microprocessors), AFTER the members in the first half of this thread had tried too hard, even without sleeping, to understand what is transmitted in the Tx/Rx lines and to write some code for PC and PIC16F688. They could start a new thread, and not doing this.
Nevermind,....
here is my question:
I can see that:
1) last version of PIC16F688 is v1.7 (post #521)
2) I should solder a XTAL 8MHz to the PIC (because internal oscilator isn't steady enough)
3) set configuration word to 0x30e4
4) change value 117 to 125 (post #576)
5) change some other things (post #711)
6) test some value for OSCTUNE register, starting from 0
7) make the hex file and flash it into the PIC16F688.
The problem is that I know nothing about language C (.h files), but I can understand .asm files very well.
So, can someone translate to me the paragraphs 4 and 5 regarding TLPicEmu.asm file placed into TLPicEmu_V1.7.BoostC.zip ??? Final .asm or .hex file would be great, too!
I'd like Ale to reply, but everyone is wellcome!
P.S. I tried v1.0 and v1.7 as they are in zip files with NO external oscillator and only v1.0 worked, so what should be the value for OSCTUNE for v1.7 ??? I suppose v1.7 would be better!!!
I know it's been two years since v1.7 produced!!!