I have a problem with the ST62E20 microcontroller. I try to build a connection with a PC using the RS232. I receive the RD information on the PB3 pin, it's configured as a input with interrupt (ddrb=0f7h, orb=0ffh, drb=0), the Edge Selection Bit of ior is set to 0, but in fact the interrupt is called when the rising edge occures. I tryed to set ESB to 1, but had no changes. What should I do? With best regards, Aleksej
It seems to be working, I had the same problem with the ST6260 MCU, I thought it was the fault of POWER-ON-RESET, but it was really the read-protection of ior register, I didn't know that it's so important, there are many instructions like ''set 4, ior'' in my book, but I've already found some mistakes, it should be the next one. Thanks a lot for your help, it's really kind!