I have working on F28335 micro quite some time. CCS ver3.3 being used for the project development.
I have developed a project which consists of ADC, SCI and CPU timer0 interrupts. In this all interrupts
are triggered as per the configuration.
Now, I have flashed the program, erase, programming and verification all successfully done.
But, finally it emulator shows following messages,
Trouble setting the Break Point Action: "Halt Target" at 0x33b34f: Error 0x/00000008/-2046 Error during: Break Point, Unable to set hardware breakpoint at 0x0033B34F. breakpoints are already in use. Some hardware breakpoints may be used by analysis.
Trouble setting the Break Point Action: "Halt Target" at 0x33b32d: Error 0x/00000008/-2046 Error during: Break Point, Unable to set hardware breakpoint at 0x0033B32d. breakpoints are already in use. Some hardware breakpoints may be used by analysis.
"Terminate Program Execution" at 0x33b60f: Error 0x00000008/-2046 Error during: Break Point, Unable to set hardware breakpoint at 0x0033B60f. breakpoints are already in use. Some hardware breakpoints may be used by analysis.
"Terminate GEL_Go()" at 0x33a8e9: Error 0x00000008/-2046 Error during: Break Point, Unable to set hardware breakpoint at 0x0033a8e9. breakpoints are already in use. Some hardware breakpoints may be used by analysis.
This time, SCI interrupt is not triggered. However other ADC and CPUtimer0 interrupts is works fine.
I don't know the reason why the working code behaves, suddenly like this.
I have also attaching the linker and build options configured in my project.1030.build_linker.zip
Any suggestion will be appreciated.