Adding Watchpoints from Peripheral Debug View

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Adding Watchpoints from Peripheral Debug View

1,348件の閲覧回数
TomWilson
Contributor II

I'm trying to add watchpoints from the peripherals window. For example, to create a breakpoint when a status register changes:

TomWilson_0-1607595767088.png

 

I can achieve the same using the "traditional" memory renderings window... It would just be more convenient if I could add watchpoints directly from a peripheral render. 

Many Thanks. 

 

1 返信

1,346件の閲覧回数
ErichStyger
Specialist I

Hi @TomWilson ,

see Tutorial: Catching Rogue Memory Accesses with Eclipse and GDB Watchpoints | MCU on Eclipse,

You can use for example the outline view too.

 

I hope this helps,

Erich