No log output to host with AN-13051

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

No log output to host with AN-13051

664 Views
benoit_roue
Contributor II

Hello

I installed the project from AN-13051 (version 2004), working with the SDK 2.6.3 for KW32W61.

The app works fine, and I can send and receive messages from/to host.

However, regarding the beginning of the code of vApp_Main() in app_start.c, I expect to see the logs sent to host by serial.

/****************************************************************************
*
* NAME: vAppMain
*
* DESCRIPTION:
* Entry point for application from a cold start.
*
* RETURNS:
* Never returns.
*
****************************************************************************/
PUBLIC void vAppMain(void)
{
uint8 u8FormJoin;
uint8 au8LinkTxBuffer[50];
wwdt_config_t config;
#ifdef STACK_MEASURE
vInitStackMeasure ( );
#endif
/* Initialise debugging */

/* Send debug output through SerialLink to host */
vSL_LogInit ();
vDebugExceptionHandlersInitialise();

DBG_vPrintf ( TRACE_APPSTART, "APP: Entering APP_vInitResources()\n" );

 As per the exemple on above, the Message "APP: Entering APP_vInitResources()" should be sent over the serial link to host. But, it doesn't.

I didn't change anything in the project of the AN-13051, so I think this problem is easy to reproduce.

Best regards

 

Benoit

0 Kudos
Reply
1 Reply

645 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Benoit,

I hope you are doing great.

What is the value of the TRACE_APPSTART?

What is the hardware setup that you have on your board?

Regards,

Mario

 

0 Kudos
Reply