This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Hardware requirements for collecting modem traces.

Hi,

As we are in design phase of our custom board based on nRF9160, can you please let us know what all pins needs to be exposed in our design for collecting modem traces?

regards

KK

Parents Reply
  • Hi Simonr,

    I did following changes but still unable to collect traces on UART2

    1) added the below lines to the file ncs\v1.3.0\nrf\applications\serial_lte_modem\Kconfig

    config BSD_LIBRARY_TRACE_ENABLED
        bool "Enable proprietary traces over UART"
        select NRFX_UARTE2
        depends on BSD_LIBRARY

    2) added tx and rx pins to the file ~\nrf\applications\serial_lte_modem\nrf9160dk_nrf9160ns.overlay

    &uart2 {
    	current-speed = <115200>;
    	status = "okay";
    	tx-pin = <10>;
    	rx-pin = <11>;
    };

    3) enabled CONFIG_BSD_LIBRARY_TRACE_ENABLED=y in prj.conf file

    did i miss anything?

    regards

    KK

Children
No Data
Related