Skip to main content
Visitor II
October 1, 2024
Solved

STM32C071 SVD File

  • October 1, 2024
  • 2 replies
  • 1451 views

Hello, I am in need of the SVD file for the newly released C071 model with USB. AFAICT they have not been posted or updated anywhere yet.

I'm working in Rust which requires the SVD file for generating register accessors so I cannot do anything with the chip until they are available.

    This topic has been closed for replies.
    Best answer by STTwo-32

    Hello @MBake.4 

    This file is published. you can download it from this link (the version 1.2 of the STM32C0 SVD file).

    Best Regards.

    STTwo-32

    2 replies

    STTwo-32Answer
    Technical Moderator
    October 1, 2024

    Hello @MBake.4 

    This file is published. you can download it from this link (the version 1.2 of the STM32C0 SVD file).

    Best Regards.

    STTwo-32

    MBake.4Author
    Visitor II
    October 1, 2024

    Thank you very much!

    ST Employee
    October 7, 2024

    Thanks for contributing on Rust for STM32C0 !

    MBake.4Author
    Visitor II
    October 18, 2024

    Thanks, I have now succeeded to establish USB Serial communications with C071 on the Rust/stm32-rs stack using the provided SVD files.