This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/MSP430FR5969: watchpoint support

Part Number: MSP430FR5969

Tool/software: TI C/C++ Compiler

It seems like GDB supports setting a watchpoint, but the hardware is unable to actually do it:

(gdb) watch *0xe0e8
Hardware watchpoint 1: *0xe0e8
(gdb) c
Continuing.
Warning:
Could not insert hardware watchpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.

Command aborted.
(gdb) info watchpoints 
Num     Type           Disp Enb Address    What
1	hw watchpoint  keep y              *0xe0e8

Does the MSP430 just not support watchpoints or do I have to go about it differently?

**Attention** This is a public forum