Hi, We did design our own board/pcb using the nrf9160, but we have a problem to connect to network/lte. I did some debugging and I found out that when the method lte_lc_init_and_connect() is call, the board crashes and restart. To connect to network (lte) we are using the port 20, 30, 31, where port 20 is connected to COEX2 and must be HIGH. (using mqtt sample)
So, I did run the sample at_client to see if I could make small request with AT command, but only the command "AT" gives an answer "OK". And all other at command gives nothing and sometime the At command "AT+CFUN?" gives "ERROR" (first time run after reset)
I do not know now where to look to make it work, do someone has answer for this issue ? :(
thank you