Hi Mario,
I am not quite sure what you mean.
I looked into app_zlo_light_node.c and found the APP_taskLight function.
But that piece of code is not excecuted because it should send the following debug info to the UART:
DBG_vPrintf(TRACE_APP, "ZPR: App event %d, NodeState=%d\n", sAppEvent.eType, sZllState.eNodeState);
But that never shows up in the serial output.
This is what I get on the output.
***********************************************
* LIGHT NODE RESET *
***********************************************
S:OFF
vAPP_GP_LoadPDMData PDM_ID_APP_CLD_GP_TRANS_TABLE u8Status = 1 u16ByteRead = 41225 4
vAPP_GP_LoadPDMData PDM_ID_APP_CLD_GP_SINK_PROXY_TABLE u8Status = 1 u16ByteRead = 41225 400 address = 0x 0 0
eStatusReportReload = 0
eCLD_ScenesCreateScenes: eCLD_ScenesCountScenes() u8SceneCount = 1
before vGP_RestorePersistedData Addr= 0x 0 0 Address = 0x4004780
sGP_PDM_Data.u32RestoreGPPDMInfo = 0 should not be 11
Resetting sink table
Resetting attribute values
Link key : 5a, 69, 67, 42, 65, 65, 41, 6c, 6c, 69, 61, 6e, 63, 65, 30, 39,
vSink table address = 0x 0 0
S:ONMAKE Reportable ep 1
Cluster 0006 Attribute 0000 Min 1 Max 61 IntV 0 Direct 0 Change 0
Cluster 0008 Attribute 0000 Min 1 Max 61 IntV 0 Direct 0 Change 10
Set a random pan
BDB: Disc on Ch 11 from 0x02108800
And as you can see it starts the network steering at startup (just like the DR1175).
I should not have to press any buttons to start network steering. On a fresh startup it should do that automatically.
But that stopped working when building for DriverBulb_JN516X.c.