Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/12/07 05:48
Read: times


 
#140564 - Interrupts ignored by Linker
I am using Keil tools.
My program is mied asm and C files.
One of the C file contains interrupts like:
void timer_2_int (void)interrupt 5
{
.
}

void timer_3_int (void)interrupt 14
{
.
}

while compiling, there is no error
When build, all interrupts are ignored.
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?TIMER_2_INT?HARDWARE_DRIVER

Same files in other projects works well

Thanks and warm regards to all
Vimal Amin

List of 4 messages in thread
TopicAuthorDate
Interrupts ignored by Linker            01/01/70 00:00      
   Insufficient information?            01/01/70 00:00      
      NOINTVECTOR            01/01/70 00:00      
         Found mistake - Sorry            01/01/70 00:00      

Back to Subject List