LWIP_DEBUGF

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LWIP_DEBUGF

Jump to solution
1,195 Views
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 Kudos
Reply
1 Solution
1,164 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @sandeep_c ,

You should define ETHARP_DEBUG and LWIP_DBG_TRACE first.

 

Regards,

Jing

View solution in original post

0 Kudos
Reply
1 Reply
1,165 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @sandeep_c ,

You should define ETHARP_DEBUG and LWIP_DBG_TRACE first.

 

Regards,

Jing

0 Kudos
Reply