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