No log output to host with AN-13051

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

No log output to host with AN-13051

665件の閲覧回数
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 件の賞賛
返信
1 返信

646件の閲覧回数
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 件の賞賛
返信