Skip to main content
Explorer
May 8, 2024
Solved

STM32U073CCTX SVD File?

  • May 8, 2024
  • 3 replies
  • 2824 views

Trying to debug my code in VSCode using the Cortex-Debug extension, however, I cannot seem to locate the SVD file for the STM32U073CCTx MCU.

 

The CAD Resources tab for the STM32U073CC does not show anything other than footprints.  Any ideas where I can find the file?  Are there any alternatives I can use in the mean time?

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    Perhaps can find in Keil packs

    https://github.com/STMicroelectronics/STM32CubeU0/blob/main/Utilities/PC_Software/IDEs_Patches/MDK-ARM/Keil.STM32U0xx_DFP.1.0.0.zip

    The .pack is a .zip internally

    STM32U0xx_DFP\1.0.0\CMSIS\SVD\STM32U073.svd

    3 replies

    Graduate II
    May 8, 2024

    Perhaps can find in Keil packs

    https://github.com/STMicroelectronics/STM32CubeU0/blob/main/Utilities/PC_Software/IDEs_Patches/MDK-ARM/Keil.STM32U0xx_DFP.1.0.0.zip

    The .pack is a .zip internally

    STM32U0xx_DFP\1.0.0\CMSIS\SVD\STM32U073.svd

    KoKoTeeAuthor
    Explorer
    May 20, 2024

    Hi Tesla DeLorean,

     

    Following up on the above file, it appears that not all modules are defined in the .svd file for the STM32U073CC. Is there an update to the file? Is it possible to add the missing modules (eg. TIM16, TIM17) manually into the file?

     

    Thanks,

    KoKoTee

    Graduate II
    May 21, 2024

    @STOne-32 @STTwo-32 can someone action this for review?

    Technical Moderator
    May 21, 2024

    Hello @KoKoTee @Tesla DeLorean ,

     

    Thank you for bringing this issue to our attention.

    I reported internally.

    Internal ticket number: 181925 (This is an internal tracking number and is not accessible or usable by customers).

    Thank you.

    Kaouthar

    Technical Moderator
    October 16, 2025

    Hello all;

     

    After checking TIM17 isn't supported in STM32U073. You can find the fix under RM0503 Rev4.

    Also the TIM16 issue in svd file is solved.

     

    Thank you.

    Kaouthar