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

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.

    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

Children
Related