willem programmer vpp led wont lights on.

dl324

Joined Mar 30, 2015
18,337
I ve figure it out, it was the sn 74hc54 which i ve replaced and it get recognized.
The inverters are important because data back to the computer goes through them. On Willem/PCB3, only one inverter is used. On PCB3.5 and variants, 3 are used.

This is a weakness for programmers that use 74HC04 because it's CMOS driving a potentially high capacitive load. Willem used CD4049 which has higher drive capabilities. 74HC540 should be okay because it's a buffer.

That still doesn't explain the initial test results you saw.

I was never curious about what the "Test Hardware" feature did before working on your problem. I monitored the pins on the ZIF socket and saw that it sets some of the data lines high and reads the data back. VCC is is enabled so briefly that I wouldn't have known that it was enabled if I didn't have a relay for switching VCC and I heard it click. I suspect this is done to handle a device being in the ZIF socket when the test is being run.

On a side note, the power generation part of your programmers is a weak point. The group that designed the first Willem programmer didn't understand the importance of using the correct voltages. Most programmers using a switching regulator to generate VPP are deficient at 21V and 25V. This is due to inappropriate inductor and/or freewheeling diode components. Some use inexpensive molded inductors. Others use a signal/rectifier diode instead of a Schottky diode. Blank checking is done at the wrong voltage (should be around 4.2V). How they generate voltages above 5V is a hack. Some insert a diode in series with the 5V supply to generate a "low voltage", but that always makes me cringe. Putting a non-linear device on the output of a regulated voltage is wrong. The diodes put in series with the ground terminal on the 5V regulator is also wrong because that regulator wasn't designed to have a "stable" quiescent current, so voltage changes with load. And they're not the correct voltages (should be 6V or 6.25V, not 5.65V or 6.3V). LM317 (used on Willem 4.0 and 4.1) were designed to minimize changes in quiescent current and proper selection of the current setting resistor further minimizes the impact of the small change.

All but the Willem 4.1 will have problems with NMOS devices, higher capacity CMOS devices, and low voltage (3.3V or less) devices.

Willem and I started addressing this on the Willem 4.0. On the 4.1, we addressed the remaining issues: voltage drop on VCC with "high" current requirements and low voltage operation. I modify my programmers to give a variable voltage option so they can check for sufficient program and erase margin.

Your programmer may have a low voltage option, but it's not implemented correctly.

I don't think any of the program versions I've used are programming correctly. I overcome this limitation by programming with VCC=6.25V and doing verification at 6.25V, 5V, and 4.2V. I also do blank verification at 4.2V (as recommended by ST Microelectronics).

I'd be glad to discuss this, and anything else you want to know, if you're interested.

Thanks for all your support dennis i been reading your posts at ezoflash for a years i appreciate your knowledge and expertise.
Your welcome.

I was active on willem.org because Willem asked me to be a moderator. I stepped away after Willem passed away. Ezo recovered some of the stuff from willem.org and invited me to join his forum, but I decided that I'd had enough.

Someone on this forum asking for help on a Willem programmer is why I joined this forum.

It's nostalgic for me to use EPROM and EEPROM products because I worked at the company that invented the EPROM. 2764 was state-of-the art when I joined, and CMOS variants were just being developed. I worked in the division that designed them.

EPROMs are the result of a layout mistake.

Merry Christmas!
 
Last edited:

Thread Starter

sam@2009

Joined Dec 21, 2023
30
Of course im interesting to learn ,its a great pleasure for me to talk to you dennis, i still have a lot of questions about willem programmers i want to know how they work how to service them. .do you have a contact so i can post my questions.
 

dl324

Joined Mar 30, 2015
18,337
do you have a contact so i can post my questions.
You can post them in this thread, or start another.

I don't like to do things in private messages because that dilutes the benefit to the community and there's no peer review.

Willem programmers were a great idea, but some aspects were poorly implemented. I'm completely okay with that because the heavy lifting was done by the community and I can make it work for my needs. I do wish the program was more open, but the person who implemented PCB3.5 and the 0.98 versions of the program took something that was open source and made it private to profit off of the work of others.

My involvement with Willem programmers started with an ATH3.1 that I bought on eBay and I couldn't get it to work. I found willem.org and couldn't get any help there, so I was determined to help others with similar issues.

In my case, it was a bad parallel port on my computer, but no one at willem.org was able to help me.

You're lucky you didn't end up with any of the Enhanced Universal variants. Those things are junk. VCC for programming is from the output of an opamp. That was a neat idea but, again, poorly implemented (by someone who didn't understand power supply requirements). The opamp could only source about 25mA. That made it unsuitable for any NMOS devices and higher capacity CMOS. It was barely good enough to read small CMOS devices. Programming reliably was out of the question because USB was the only power option.
timpark_enh_univ.jpg
And they usually sand the part numbers from the IC's. The community has reverse engineered the design - at least the part numbers.
 
Top