cancel
Showing results for 
Search instead for 
Did you mean: 

Fixes for STM32H743 SVD

Hazardy
Associate

Hi, while using the SVD (Version 1.8 - but in the 1.9 zip this file still states 1.8) for the H743 I noticed some errors and have patched them for my code generation. Some of them caused me trouble for hours until I noticed that the SVD and the RM did not agree.

I'll attach the patches here. I tried to attach the patches here, but .patch is not accepted, renaming it to txt still fails...

Fixes for the CAN module: https://pastebin.com/1X0v7iS4
Fixes for the TIMER module: https://pastebin.com/rTEP4M3W
Fixes for the ADC module: https://pastebin.com/ED99CUTB
Fix for one TIMER interrupt: https://pastebin.com/cvnEj1MW

 

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Hazardy 

I will check the difference and report it for correction on the coming releases (internal ticket submitted number 203971). Thank you so much for reporting.

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

3 REPLIES 3
mƎALLEm
ST Employee

Hello and welcome to the contribution.

You can attach the files in a compressed file (.zip ).

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.
STTwo-32
ST Employee

Hello @Hazardy 

I will check the difference and report it for correction on the coming releases (internal ticket submitted number 203971). Thank you so much for reporting.

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.

More:

https://community.st.com/t5/stm32-mcus-embedded-software/errors-for-stm32h7s-svd/td-p/790392

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.