This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Working with A GPS got Error on SUPL session nrf9160 stack over Flow and nrf9160dk reboot again

Hi
I want to Integrate GPS(with A GPS assistance needed)with AWS iot example. when i start GPS on aws connect event ready .SUPL is initialized successfully and even SUPL socket is created successfully .inside SUPL session function i got error stack overflow and my nrf9160 dk reboot .I am using nRF Connect Sdk 1.5.0

I am using SUPL client library version 0.7.0 download from Nordic provided link and extract to the path  mention in nordic website.

Parents Reply
  • Could you please post the full fault print that corresponds to the latest .map file?

    There is no thread on this RAM address, it's the RAM for the nrf9160_gps driver.

     

    What you can also do is to try to resolve the faulting flash mapped addresses (from 0x0 to 0x10 0000) using arm-none-eabi-addr2line:

    arm-none-eabi-addr2line -e build-folder/zephyr/zephyr.elf 0xFAULTING_ADDRESS

     

    Kind regards,

    Håkon

Children
Related