Hi guys.
I configured timer zero of PIC16F627A to produce interrupt. simulating in 
GPSIM, after TMR0 overflow INTCON is set to 0xA4 which means timer interrupt 
flag is set, but the problem is that program doesn't call isr routine.


Source: 
https://github.com/mamins1376/PIC-C-Projects/blob/master/pulsynth/src/main.c

Makefile: 
https://github.com/mamins1376/PIC-C-Projects/blob/master/pulsynth/makefile


$ sdcc -v
SDCC : 
mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/pic16/pic14/TININative/ds400/hc08/s08/stm8
 3.5.5 #9473 (Linux)
published under GNU General Public License (GPL)


Thanks for support.
------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to