54l15+7002eb problem

hi support team,

i have one problem for 54l15+7002 in ncs2.9.0

I am afraid that I need your help.

 

I was porting MQTT demo and PERIPHERAL_UART demo together and want to provide it to customer Ao-Zheng.

For 7002dk, it runs normal, but for 54l15+7002eb, it fails.  

 

So, I return to MQTT demo, here is the problem:

 mqtt2.zip

Attachment is MQTT demo changed in prj.conf , adding:

CONFIG_WIFI_CREDENTIALS_STATIC=y

#CONFIG_WIFI_CREDENTIALS_STATIC_TYPE_PSK=y

CONFIG_WIFI_CREDENTIALS_STATIC_TYPE_WPA_PSK=y

CONFIG_WIFI_CREDENTIALS_STATIC_SSID="Nordicsh"

CONFIG_WIFI_CREDENTIALS_STATIC_PASSWORD="Nordic20201908"

 

54L15+7002EB stops at somewhere, however, when I test it with shell, it still can work.

Please see log_release1.txt, and log_release2.txt

 

after I add following configs:

CONFIG_WIFI_LOG_LEVEL_DBG=y

CONFIG_WIFI_NRF70_LOG_LEVEL_DBG=y

CONFIG_NET_BUF_LOG_LEVEL_DBG=y

CONFIG_MQTT_SAMPLE_TRIGGER_LOG_LEVEL_DBG=y

CONFIG_MQTT_SAMPLE_NETWORK_LOG_LEVEL_DBG=y

CONFIG_MQTT_SAMPLE_TRANSPORT_LOG_LEVEL_DBG=y

 Please see the logs in log_debug1.txt and log_debug2.txt .

 log_debug1.txt

By the way,  using shell to connect to MQTT server is unstable.

 

Regards,

William.