BAD Pics
Hi Coronado,
The Pics are taken to close, they are all out of focus!
Try to take new pics from a distance where all the components are clearly sharp! If you have a Tulip on your camera, use it, that way you'll be able to take pics much closer that on tele mode! Tulip on your camera is like Macro mode.
I hope this will help.
Best regards,
Audiofanatic 😉
Hi Coronado,
The Pics are taken to close, they are all out of focus!
Try to take new pics from a distance where all the components are clearly sharp! If you have a Tulip on your camera, use it, that way you'll be able to take pics much closer that on tele mode! Tulip on your camera is like Macro mode.
I hope this will help.
Best regards,
Audiofanatic 😉
Sorry i have not choice it's a webcam 😀
I have update my post.
http://www.diyaudio.com/forums/showthread.php?s=&postid=962159#post962159
I have update my post.
http://www.diyaudio.com/forums/showthread.php?s=&postid=962159#post962159
I have set up my prototype board and have successfully extracted the binary file (and .s19 file). I have located the address which sets the program in an indefinite loop. I have used jbug11 to speak to my programmer over Com1, I use Win XP. PCbug11 will not work due to too fast processor in modern computers.
Now to my problem:
jbug11 won't write to the EPROM addresses. I guess it has something to do with overlays or a check that all bytes in the EPROM area are $FF? The jbug11 command LD should according to the manual be able to write to EPROM.
Please help =)
Now to my problem:
jbug11 won't write to the EPROM addresses. I guess it has something to do with overlays or a check that all bytes in the EPROM area are $FF? The jbug11 command LD should according to the manual be able to write to EPROM.
Please help =)
Two things to check:
- Are you applying 12v for burning?
- I think there is a register which should be set before burning, but I can't remember right now which one. Can you check in the manual?
- Are you applying 12v for burning?
- I think there is a register which should be set before burning, but I can't remember right now which one. Can you check in the manual?
I have applied the 12v Vpp. But I haven't altered anything in the registers. I have found something about BPROT register in other infomation on the WWW. Did you, iampivot, also use jbug11? The dosumentation does not say anything about how to set registers 😛
The manual for the programmer is not very detailed and does not provide much help :/
Thanks =)
The manual for the programmer is not very detailed and does not provide much help :/
Thanks =)
Yes I think it was jbug11. The manual says "Writing to EEPROM is controlled by the value in the BPROT register, and this must be set appropriately by the user in advance of any commands which alter EEPROM. JBug11 does not alter BPROT automatically, although it can warn the user if it detects an inappropriate value."
You can try setting the register with the command
R BPROT=10
then do your write, then restore it with
R BPROT=1F
Let us know how you're going. I'd like to put together a simple howto guide with each necessary step, but it's been a while since I've done it myself.. (Does anyone know where to get hold of cheap Krell amps in the US these days?)
You can try setting the register with the command
R BPROT=10
then do your write, then restore it with
R BPROT=1F
Let us know how you're going. I'd like to put together a simple howto guide with each necessary step, but it's been a while since I've done it myself.. (Does anyone know where to get hold of cheap Krell amps in the US these days?)
Also make sure that the EEPROM and EPROM mapping is set up correct for the chip variant in jbug11.
I get this stupid error message:
LD "[MyDocs]\Krell SW\fix_final.obj" d3c2 <-- Address(es) overlap EPROM/OTP ROM
According to the manual it should be possible to use the LD command!! I tried to alter the BPROT but there is no difference...
LD "[MyDocs]\Krell SW\fix_final.obj" d3c2 <-- Address(es) overlap EPROM/OTP ROM
According to the manual it should be possible to use the LD command!! I tried to alter the BPROT but there is no difference...
Did you verify that the program in your chip is the same as mine? Ie, the memory locations are exactly the same? In that case you can use an S19 file like this to program the chip;
S104D3BA006E
S9030000FC
Just put that in an file and call it eg. program.s19.
S104D3BA006E
S9030000FC
Just put that in an file and call it eg. program.s19.
I can see this is a long running thread, I have a spare original Krell Chip for a KAV400XI 50/60hz needed for power conversion from 120v to 220/240v.
Purchased through a dealer - would like back what i paid for it $470 AU.
Purchased through a dealer - would like back what i paid for it $470 AU.
krell 300i schematic or photos
Hi
Need a krell 300i schematic or photos of pcb so I can replace burnt parts.
gemlab@aol.com
Hi
Need a krell 300i schematic or photos of pcb so I can replace burnt parts.
gemlab@aol.com
Hi,
has anyone found a simple way to bypass the objectionable electronics and feed mains straight into the transformers?
has anyone found a simple way to bypass the objectionable electronics and feed mains straight into the transformers?
KPS-30i
Hi Guys,
Just purchased a KPS 30i cdplayer/processor. The unit is desgnated for 115v-60Hz.
I live in Chile and we use 220v-50Hz . I connected it through a 220/110v transformer , but the unit dont light , dont spin .. its dead. Is possible that since we use 50hz the unit dont work?
Any easy conversion intenally?
Any help is welcome.
Thanks. Victor
Hi Guys,
Just purchased a KPS 30i cdplayer/processor. The unit is desgnated for 115v-60Hz.
I live in Chile and we use 220v-50Hz . I connected it through a 220/110v transformer , but the unit dont light , dont spin .. its dead. Is possible that since we use 50hz the unit dont work?
Any easy conversion intenally?
Any help is welcome.
Thanks. Victor
Most probably.
Can you take a picture of the inside of the unit? It might have the same microcontroller as the 300iL?
Can you take a picture of the inside of the unit? It might have the same microcontroller as the 300iL?
Dear iampivot,
Still didnt get the camera to take a shot an send it but soon will.
My question is if it has the same unit than the 300il , is there any chance to get the spare ?
Still didnt get the camera to take a shot an send it but soon will.
My question is if it has the same unit than the 300il , is there any chance to get the spare ?
You don't get a replacement part, you patch the software on the microcontroller.
The procedure is the following: check with an oscilloscope if there's a 50hz or 100hz signal on the correct pin as described in one of my earlier posts, then disassemble the software, looking for the same check as outlined earlier, then patch the software so that the test is skipped.
The procedure is the following: check with an oscilloscope if there's a 50hz or 100hz signal on the correct pin as described in one of my earlier posts, then disassemble the software, looking for the same check as outlined earlier, then patch the software so that the test is skipped.
Here is the pic.
The label says : VRS 3.00 K.D.I.
(C) 1995.
NO REFERENCE TO 50 OR 60HZ.
The other chip is a motorola: xc56002 fc66
OF87L
QERJ9511.
Both chips are on the opposite side of the transformer and the ac input.
The switches are on the 1.1.2 position.
Hope this helps.
![URL]](/community/proxy.php?image=http%3A%2F%2F%5BURL%3Dhttp%3A%2F%2Fimajr.com%2FMis_im%C3%A1genes_001_37389%5D%5BIMGDEAD%5Dhttp%3A%2F%2Fimajr.com%2Fth%2FMis_im%C3%A1genes_001_37389.jpg%5B%2FIMGDEAD%5D%5B%2FURL%5D&hash=8d41f3f4e7e67e1a93a1f13b297f5609)
The label says : VRS 3.00 K.D.I.
(C) 1995.
NO REFERENCE TO 50 OR 60HZ.
The other chip is a motorola: xc56002 fc66
OF87L
QERJ9511.
Both chips are on the opposite side of the transformer and the ac input.
The switches are on the 1.1.2 position.
Hope this helps.
- Status
- Not open for further replies.
- Home
- Amplifiers
- Solid State
- Convert Krell 300iL to European voltage