LWIP_DEBUGF

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,225件の閲覧回数
sandeep_c
Contributor I

thanks for the community

hi everyone may i know how to use debuggers  for troubleshooting code i want enable debug console for imixrt1170 processor how can enable that 

like LWIP_DEBUGF

LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("Can't move over header in packet"));

if i use above line where can i see the output it means tera term or anyother tool is required use or i need enable these things

thank you

@codebuger 

 

0 件の賞賛
返信
1 解決策
1,194件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @sandeep_c ,

You should define ETHARP_DEBUG and LWIP_DBG_TRACE first.

 

Regards,

Jing

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,195件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @sandeep_c ,

You should define ETHARP_DEBUG and LWIP_DBG_TRACE first.

 

Regards,

Jing

0 件の賞賛
返信