Skip to main content
Scott Dev
Senior
March 29, 2017
Question

What is the 'Debug Serial Wire' ?

  • March 29, 2017
  • 1 reply
  • 1517 views
Posted on March 29, 2017 at 13:02

Hi

 I am testing the ADC on the STM32L0 chip, and using the STM32Cube. The demonstration I have ticks the 'Debug Serial Wire' in the SYS folder. It is not explained to what this is, can anyone let me know what this actually is, and does?

Many Thanks

Scott

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    March 29, 2017
    Posted on March 29, 2017 at 13:48

    Hi,

    Serial wire debug (SWD) facilitate the communication with your STM32 microcontroller located on an application board. So, it is a way to connect into the debug support within the chip.

    You can refer to the reference manual and datasheet related to your device for more clarification about this topic.

    Imen

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    Scott Dev
    Scott DevAuthor
    Senior
    March 29, 2017
    Posted on March 29, 2017 at 21:04

    Thanks Imen