i have used same Serial_lte_modem sample code from nordic toolchain 2.6.0 , Enabled shell just by setting config macro
so, my question is , is there any problem between modem and shell operation.
Machine : Windows
i have used same Serial_lte_modem sample code from nordic toolchain 2.6.0 , Enabled shell just by setting config macro
Okay, i got shell commands working.
Problem was due to these 2 pin definations ,
As "CONFIG_SLM_POWER_PIN" was used as condition checking so if this enabled then halndler will be assigned to go for sleep or not based on signal over pin, after getting required state of pin as interrupt it was disabling uart peripheral before going to sleep , due to that shell commands were not responding.
correct me, if anything , i just misunderstood!!
~shivam
Okay, i got shell commands working.
Problem was due to these 2 pin definations ,
As "CONFIG_SLM_POWER_PIN" was used as condition checking so if this enabled then halndler will be assigned to go for sleep or not based on signal over pin, after getting required state of pin as interrupt it was disabling uart peripheral before going to sleep , due to that shell commands were not responding.
correct me, if anything , i just misunderstood!!
~shivam