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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/15/00 17:06
Read: times


 
#7324 - Multiple Call
Hi every body.
I use C51 of Franklin software V3.20. Here is my code:

void ex0isr(void)interrupt 0
{
quay_so(0);
}

void ex1isr(void)
{
quay_so(1);
}

void quay_so(char i)interrupt 2
{
...
}

Tow interrupt service routine have the same priority. I don't know why the linker (Franklin Software Linker V2.8) warning Multiple Call Segment. Please give me the reason.

List of 5 messages in thread
TopicAuthorDate
Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      

Back to Subject List