I am using SES V4.18 Windows X64.
The system I am developing has a Transmitter and a Receiver device. They share a lot of code (at a source code level only).
I have the Receiver project open, compile the code, download it and set a breakpoint in some place.
However, when the breakpoint hits, the source browser opens the wrong source .c file -- one that is not even included in this project, but is in the other project.
The disassembler panel shows the correct code and line numbers (for the correct file), but I can't step through in the source code panel.
Any idea what's going wrong?
The system I am developing has a Transmitter and a Receiver device. They share a lot of code (at a source code level only).
I have the Receiver project open, compile the code, download it and set a breakpoint in some place.
However, when the breakpoint hits, the source browser opens the wrong source .c file -- one that is not even included in this project, but is in the other project.
The disassembler panel shows the correct code and line numbers (for the correct file), but I can't step through in the source code panel.
Any idea what's going wrong?