Tool/software: Code Composer Studio
Hello,
i am working with CCS (7.1.0.00015) and a EK-TM4C129EXL launchpad. I am debugging the provided blinky example and i am trying to set a Hardware watchpoint at GPIO_PORTN_GPIO_DATA (0x400643FC), exactly as it is explained in the CCS Fundamentals Workshop for TM4C1294, slide 9
Unfortunately the watchpoint never triggers. A watchpoint on a local variable works (SRAM) but not on the GPIO. Breakpoint works. Register view and memory view at 0x400643FC are showing correct changing values.
Any suggestions? Thanks in advance.