LWIP_DEBUGF

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LWIP_DEBUGF

跳至解决方案
1,199 次查看
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,168 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @sandeep_c ,

You should define ETHARP_DEBUG and LWIP_DBG_TRACE first.

 

Regards,

Jing

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,169 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @sandeep_c ,

You should define ETHARP_DEBUG and LWIP_DBG_TRACE first.

 

Regards,

Jing

0 项奖励
回复