issues running SLM on a custom nrf9151 board

Before developing our custom board, we connected our MCU to the DK via pins 26, 27 and after disabling VCOM0 via the DK configurator, we were able to communicate using AT commands and develop the firmware for our MCU.

After receiving our custom boards that incorporate the nrf9151 and our MCU, connected via the same pins as before, we weren't able to get the SLM to run properly. We initially tried to simply program the precompiled SLM. when that didn't work we compiled it from source and tried to debug it. This revealed that we probably never start the main application and we might be stuck in the bootloader.

Other simpler examples, such as the hello world and at client, work well.

What could be the cause of our SLM issues

Parents
  • Hello, 

    Are you able to provide more details about what is actually failing? Can you include application logs from Serial LTE Modem running on the custom board? 

    How are you building the SLM application? I.e. what board files are you using? 

    Other simpler examples, such as the hello world and at client, work well.

    What tests have you done with AT client? Does it connect to a network and receive an IP address?

    Have you had a hardware review of your board design? You can register a new private ticket and include board files, and then our HW experts can review the board free of charge.

    Kind regards,
    Øyvind

  • We tried running the SLM with the DK board files, because when working with EVBs it worked fine. However in our board there's no external flash.

    We ran the code in debug mode and never hit the breakpoint in the main function, so the SLM is not really running.

    The AT Client example runs fine as is and we're able to connect to the network and get an IP address. Can the AT Client be used in a production setting? can we use it to send DTLS UDP messages? testing the example that worked well with the SLM on the DK does not completely work with the AT Client.

    Is there a simple board definition that I can use for our custom board?

    Thanks

  • I recommend going through our Developer Academy courses to understand how to develop for a custom board. Please go to our Developer Academy and complete our fundamental courses.

    Kind regards,
    Øyvind

Reply Children
No Data
Related