Skip to main content
Senior
April 4, 2025
Solved

Errors for STM32H7S SVD

  • April 4, 2025
  • 2 replies
  • 403 views

@STTwo-32, I also noticed issues in the EXTI.
Sample:
stm32h7s7xx.h,   &(EXTI->PR1) == 0x58000088
STM32H7S.svd, &(EXTI->PR1) == 0x58000020


When should we expect the upcoming release (in 2 month?)?

Also, are there public script which validate that stm32*.h and .SVD do match?

Best answer by STTwo-32

Hello @Marc_LM 

I've escalated this internally for correction (under internal ticket number 206865). Unfortunately, I don't have visibility on the exact date for the correction. For a Script that validate that stm32.h and. SVD do match, there is not such a public script.

Best Regards.

STTwo-32

2 replies

STTwo-32
STTwo-32Answer
Technical Moderator
April 4, 2025

Hello @Marc_LM 

I've escalated this internally for correction (under internal ticket number 206865). Unfortunately, I don't have visibility on the exact date for the correction. For a Script that validate that stm32.h and. SVD do match, there is not such a public script.

Best Regards.

STTwo-32

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.
Andrew Neil
Super User
April 4, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.