Stack Overflow Asset Tracker

I added some code for events of an external device. The external device is configured to Listen and Submit events as other Modules do. When, the generated Hex is burnt in nRF9160DK and tested using LTE LINK Monitor, there are the error / fatal errors as shown in attached log file.

Please, guide how to rectify.   

  

Parents Reply
  • How may I send the whole project to you  ?? I added the Kconfig file with contents as below. The default stack size set is 512. I think, the error may be due to this ? How to decide this size ? Should I try by setting 2048 etc 

    #*************************
    menuconfig BMS_MODULE
    bool "Bms module"
    default y

    if BMS_MODULE

    config BMS_THREAD_STACK_SIZE
    int "BMS module thread stack size"
    default 512

    endif # BMS_MODULE

    module = BMS_MODULE
    module-str = bms module
    source "subsys/logging/Kconfig.template.log_config"

Children
No Data
Related