I figured out how to use software breakpoints. It looks like I was trying to set breakpoints in code that was being loaded into the Flash memory of the MSP432. Using the files here: forum.43oh.com/.../ I was able to move functions to RAM and use software breakpoints. It would be nice to use the hardware breakpoints though. Exception trying to set hwbp (address=0x10000f0): Error enabling this function: There is no AET resource to support this job. Any ideas on where I might look? I found a post ( e2e.ti.com/.../335425) by Ki-Soo Lee that suggests I my debugger might be using all these AET resources for itself. How do I turn this stuff off in GDB?
↧