hii guys..recently i read through an article..it state that it is not a good habit of using 'PAUSE' instruction in interrupt sub-routine...coz it will stop other interrupt for coming in....
like :
on interrupt goto ISR
...
...
DISABLE
ISR:
....
PAUSE 40000
....
resume
enable
any comment?
like :
on interrupt goto ISR
...
...
DISABLE
ISR:
....
PAUSE 40000
....
resume
enable
any comment?