Debug Console Initialization Problem for RT1170

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

Debug Console Initialization Problem for RT1170

512 Views
Meher_Vanukuri
Contributor I

Hi,

I'm reaching out to seek assistance regarding an issue I've encountered while trying to port code from an EVK kit to a custom board.

All the developed code functions flawlessly on the MIMXRT1170 EVK kit; however, when transferred to our custom board (RT1170), we're encountering a problem during the initialization of the debug console. Specifically, the memory allocation for s_debugConsoleState.serialhandle in the boardInitDebugConsole() function seems to fail, resulting in a value of 0 being assigned (Refer Figure Issue -1 & Issue -2).This issue ultimately leads to the code getting stuck in  assert(NULL != serialHandle); (refer Figure Issue -3) in the execution process.

0 Kudos
Reply
1 Reply

466 Views
nxf77486
NXP TechSupport
NXP TechSupport

Hello,

 

Thank you for contacting NXP support.

I understand that on the EVK everything on your application works properly and this issue is just being faced on the custom board.

Can you please help me by sharing the Console information, to have more information. Also it is possible to perform a test with and basic SDK example like the hello_world.

Please let me know this information in order to find a solution to your case.

0 Kudos
Reply