Hello,
thank you for confirmation. In the meantime, I made some experiments and
find out:
1, After building from snapshot sources the compiler produces "idata" error
2, Running binaries from snapshot the compiler produces "idata" error too.
I think this is unfortunate, because most of the people ju
On Sun, 06 Mar 2016 12:32:08 +0330
Mohammad Amin Sameti wrote:
> 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 ro
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/maste