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
  • Are you seeing any output at all on the TX and RX pins you've assigned to uart2? Please make sure that uart2 isn't defined multiple places in your project, as that might cause some conflicts.

    Can you check that the NRFX_UARTE2_ENABLED and NRFX_UARTE_ENABLED defines are set to 1 in your project? Do you get any error codes or does the device run as expected?

    Best regards,

    Simon

  • Are you seeing any output at all on the TX and RX pins you've assigned to uart2? Please make sure that uart2 isn't defined multiple places in your project, as that might cause some conflicts.

    I dont see any any data from the configured UART2 pins

    Can you check that the NRFX_UARTE2_ENABLED and NRFX_UARTE_ENABLED defines are set to 1 in your project? Do you get any error codes or does the device run as expected?

    I cant see the above mentioned macros in the autoconf.h but i do see CONFIG_NRFX_UARTE2 1, I think that should be ok

    Anyway i am attaching the relevant files.serial_lte_modem.zip

Reply
  • Are you seeing any output at all on the TX and RX pins you've assigned to uart2? Please make sure that uart2 isn't defined multiple places in your project, as that might cause some conflicts.

    I dont see any any data from the configured UART2 pins

    Can you check that the NRFX_UARTE2_ENABLED and NRFX_UARTE_ENABLED defines are set to 1 in your project? Do you get any error codes or does the device run as expected?

    I cant see the above mentioned macros in the autoconf.h but i do see CONFIG_NRFX_UARTE2 1, I think that should be ok

    Anyway i am attaching the relevant files.serial_lte_modem.zip

Children
Related