Tool/software: Code Composer Studio
Hello,
I'm trying to generate a hardware breakpoint (or any breakpoint) when the the memory location associated with a GPIO pin is written to. Somewhere, somehow in my application,GP4P0 is being set high, when it doesn't appear my code is doing it. I need to track down where that is occurring, so trying to set a breakpoint on any writes to that that GPIO bank. Eventually, I'll need to narrow it down to just the LSB of bank 45, since that is GP4P0, but for now, I'd be happy just to be able to generate a breakpoint to any write to bank 45.
Here is a picture of the breakpoint setup, which seems like it should do as indicated, but yet now break of the processor occurs, even though I know there are explicit writes to bank 45.
What am I missing/doing wrong? Please advise,
Robert