Hello.

I'm building an push-pull converter driver using these chips. The code is as follows:

Code:
'PUSH PULL DRIVER

ANSELA = %00000000  'TURN OFF ANALOG  
TRISA=%00000000     'SET PORTS TO OUTPUT
OSCCON = %11111111  'SET INTOSC TO 32MHZ


tavuka:

PORTA.2=1
PORTA.2=0
PORTA.4=1
PORTA.4=0

GOTO TAVUKA
The problem is, that measured port OFF times are longer than ON times, as you can see on attached scope:

Name:  hugedelay.jpg
Views: 760
Size:  27.0 KB

Any ideas how to fix this?