Skip to main content
Graduate
March 18, 2025
Solved

STM8S003F3 Datasheet pin description

  • March 18, 2025
  • 2 replies
  • 886 views

I'm just starting to learn about MCUs and am reviewing the datasheet for the STM8S003F3. In the pin description table, I came across some symbols that I'm not quite sure about, such as bold X with underline (X), regular X (X), and dash (-). What do these symbols mean?

pin_description.png

 

    This topic has been closed for replies.
    Best answer by TDK

    dash is not available or not applicable.

    X is supported.

    bold X with underline is the pin state after reset

    TDK_0-1742266417467.png

     

    2 replies

    TDKAnswer
    Super User
    March 18, 2025

    dash is not available or not applicable.

    X is supported.

    bold X with underline is the pin state after reset

    TDK_0-1742266417467.png

     

    zin10Author
    Graduate
    March 18, 2025

    Thank you

    Explorer
    March 24, 2025

    A quick heads up:

    Other mfgrs retain pin->function assignments.

    ST Ports will still be ports, but "other" functions DO change with the package.

    I got the "wake up" on an STM8S003 TSSOP-20 VS QFP-32.

    If you're going to proto in a different package, keep it in mind.  <<<)))

    zin10Author
    Graduate
    March 24, 2025

    Thank you!