Skip to content

Troubleshooting

Debugging

  • Failure to select an option from the quick pick menu results in the debug session ending and an error notification allowing allowing you another opportunity to set the required setting from a quick pick menu:

Example

Arm Program File Notification

  • No SVD Files present in the CMSIS Pack directory results in an error notification allowing you to to browse your file directory for an SVD File:

Example

SVD File Notification

Serial monitor

  • Failed to open serial port on Linux
    The user may need to be added to the dialout group in order to manipulate the serial port.
sudo usermod -aG dialout <username>