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.
I have an issue with overlayed variables.
Some locals variables function used within the MAIN call tree context are overlayed with local variables used within ISRs call tree context.
So, when ISR is executed, main local variables are corrupted...
how can I prevent this overlay within the linker file ?
Any ideas ? Thanks for your support !