Skip to main content
Visitor II
July 17, 2022
Question

STLINK-V3SET and Macbook Pro M1 chip

  • July 17, 2022
  • 2 replies
  • 4192 views

Hi, I am starting with ST MCU and I would like to start with them on Macbook Pro with M1 chip. I would like to ask if STLINK-V3SET is supported for it. I am a new MacOs user. Thank you very much.

    This topic has been closed for replies.

    2 replies

    Visitor II
    July 18, 2022

    Hello @JBaci.1​,

    Yes, the macOS is supported, please refer to the section 4 of the "STLINK-V3SET debugger/programmer for STM8 and STM32" user manual, UM2448.

    I hope my answer helped you. Please mark it as best by clicking on the "Select as Best" button if it fully answered your question, it will help other find that answer faster.

    Chahinez.

    JBaci.1Author
    Visitor II
    July 18, 2022

    Thank you for your answer and sorry for another one :) So, M1 chip is not problem and drivers for STLINK-V3SET are available? I would like to buy new PRO and I have to be sure that I will be able to program the ST MCUs. Thank you very much for your answer.

    Graduate II
    July 27, 2022

    Hi,

    I use a MacBook Pro M1 and do operations with STLINK V2.1/V3/V3SET all the time, although I don't use the official ST tools. Tools like OpenOCD or PyOCD should work, and I am the other of a tool called psdb that also works for some MCUs:

    https://github.com/tgree/psdb

    We build our firmware on M1 using the arm-none-eabi-gcc package rather than ST tools; I have made a docker container that you can execute from the macOS command line to build repositories and it is available here:

    https://github.com/tgree/docker-gcc-arm-none-eabi

    If you are planning to use the official ST tools for everything then feel free to disregard the above; it's just an example that it is possible to do serious development on M1.