How to use Debugger Markpoints?

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

How to use Debugger Markpoints?

2,259件の閲覧回数
davekellogg
Contributor II

I don't understand what capability a markpoint is intended to provide.  The Debugger manu manual explicitly says that they won't halt execution.  So what is the purpose?

ラベル(1)
タグ(1)
0 件の賞賛
返信
2 返答(返信)

1,721件の閲覧回数
stanish
NXP Employee
NXP Employee

Hi davekellogg,

 

You can use markpoints simply to mark the interesting locations (data , code.) in your application and then use it as a bookmark. This allows you easy switch between different locations which might be usefull especially in a complex application.

 

Stanish.

 

0 件の賞賛
返信

1,721件の閲覧回数
davekellogg
Contributor II

So just to clarify: Based on the last reply that markpoints are merely "bookmarks", then Markpoints would not need to use any of the on-chip debug resources.  Debug resources would not be necessary if markpoints are merely bookmarks.

 

However, I'm not sure that this is correct, because the markpoint setup tab in "Controlpoints Configuration" dialog has fields for type of access and size, and proposes a name of "Trigger A". 

 

So this leads me to assume that somehow markpoints are used in conjunction with the on-chip debug triggers.

 

Could someone explain markpoints more clearly, please?  Thanks!!

0 件の賞賛
返信