| ??? 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. |
| Topic | Author | Date |
| 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 |



