Tool/software:
I'm trying the latest CCS 20.2, and I still find it pretty hard to use in debugging, compared to v.12.8.1
With CCS 12.8.1, I can set a hardware breakpoint in program memory simply by right-clicking on the line and selecting "Breakpoint (Code Composer Studio) > Hardware breakpoint" from the contextual menu.
With CCS 20.2, on the same target, the only option is a software breakpoint. As an alternative, there is a "Hardware watchpoint", for which I have to specify the memory address, which is quite impractical.
Are hardware breakpoints supported at all?