cancel
Showing results for 
Search instead for 
Did you mean: 

Errors for STM32H7S SVD

Marc_LM
Associate III

@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?

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

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.

Previously:

https://community.st.com/t5/stm32-mcus-embedded-software/fixes-for-stm32h743-svd/m-p/774952

 

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.