I have a simple custom board using Fanstel BM15C module. It is connected to DEBUG OUT connector of the nrf54l15-dk.
I am using VS Code and nRF Connect extension pack, SDK 3.0.2. Debugger works, but I have issues with logging and debugging:
1. Using RTT kind of works if I am using my local machine (Mac Mini M4). JLink asks me for the device type every time I start RTT terminal. Is this expected?
2. When working with VS Code over SSH on a headless Ubuntu, RTT does not work at all. IMO JLink also wants to ask me for device type, but there is no way to display the dialog?
3. I want my MCU app to pause at start, otherwise some of "main()" code is executed before debugger starts. Is adding a button to the custom board and waiting for button press at the top of "main()" the way to go?
4. DK exposes two USB-serial ports to PC. Is there an official way to route an UART from a custom board to any of these two?
BR,
Marko