Hi NXP support team :
I'm trying to implement my application of CCC DK 3.0,and I start to practice by the project "kw45b41zevk_digital_key_device_freertos" of KW45 SDK.
Currently I trying to create another Task , and I need it to print out some messages for simple debug.
But in the sample project, the serial manager and shell component has been initialized by "APP_InitServices()" and "BluetoothLEHost_AppInit()" in the start_task().
If my task want to print out the message through the serial manager and shell, do I need to initial both of them(using different handle name) as well when I create my task ?
Or any method you suggestion to implement this feature?
Thanks and waiting for your response.
Andy.