Skip to main content
Associate
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?

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

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
KoKoTeeAuthor
Associate
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

Tesla DeLorean
Guru
May 21, 2024

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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
KDJEM.1
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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
KDJEM.1
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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.