We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am getting the warning "CODE SPACE MEMORY OVERLAP at 0x23,0x2B,0X4B". I am using serial, timer2 and ADC interrupts. I had verified that these addresses are not re-used, what could be the reason for this?
"I had verified that these addresses are not re-used"
But the Linker says they are!
How did you check?
I had verified that these addresses are not re-used, what could be the reason for this?
Well, you probably need to verify it again (there's no way for people on this forum to tell if it is really the case without further information/code).
How are you using the interrupts ? What code do you use ?