ucsam
Advanced Member level 4
- Joined
- Oct 12, 2010
- Messages
- 119
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- kathmandu,nepal
- Activity points
- 2,058
Hello everyone!
I am working on a project with an interrupt, i have a function that i called by both main function and the interrupt vector function but not at the same time. I have got the following errors please look ate them and let me know what does the error means and what is to be done to eliminate it
Build target 'Target 1'
linking...
*** WARNING L15: MULTIPLE CALL TO SEGMENT
SEGMENT: ?PR?_ARM_UP?CHK_CODE
CALLER1: ?PR?SIGNAL?CHK_CODE
CALLER2: ?C_C51STARTUP
Thank you!
I am working on a project with an interrupt, i have a function that i called by both main function and the interrupt vector function but not at the same time. I have got the following errors please look ate them and let me know what does the error means and what is to be done to eliminate it
Build target 'Target 1'
linking...
*** WARNING L15: MULTIPLE CALL TO SEGMENT
SEGMENT: ?PR?_ARM_UP?CHK_CODE
CALLER1: ?PR?SIGNAL?CHK_CODE
CALLER2: ?C_C51STARTUP
Thank you!