I'm trying to program the st62t25c but never success , I mean that when i use it in the circuit it does not work. Of course i have tried the st62e25c for all the test and with this device every think works properly. Where I make a mistake?
The reset vector is'nt correct. Look at the generated hex code at the last line! If there is'nt a reset vector, the assembler generated $FFh The stupid thing is, that the eprom version will works OK, but an OTP not!? How to solve the problem: Check your endline of your asm code. The END command must be followed by an ENTER command. I guess your reset vector is the last uC command So if there's no ENTER command after the END command, the assembler ignor the last uC command. Succes