2023-12-18 05:32 PM
It seems that STM32H563MI has four I2C ( I2C1 ~ I2C4):
However, the corresponding STM32H563.svd only includes 2 I2C ( I2C1 ~ I2C2).
https://stm32-rs.github.io/stm32-rs/STM32H563.html
Solved! Go to Solution.
2023-12-25 05:12 AM
Hello @Changjiang,
The fix has been applied on SVD files for STM32H5.
Please find attached the new SVD files and the package will be published soon in ST web site.
2023-12-18 10:24 PM - edited 2023-12-18 11:56 PM
Hello @Changjiang and welcome to the Community :)
I will take the necessary action for fix.
An internal ticket number 169157 is submitted in order to update the STM32H56x.svd files.
(PS: Internal ticket number 169157, is an internal tracking number and is not accessible or usable by customers).
Thank you for your contribution.
Ime
2023-12-18 10:31 PM
Hello Ime,
Thanks very much for your kind support!
Really appreciate!
Best Regards,
Changjiang
2023-12-25 05:12 AM
Hello @Changjiang,
The fix has been applied on SVD files for STM32H5.
Please find attached the new SVD files and the package will be published soon in ST web site.
2024-04-12 10:00 AM
Hello @Changjiang
Please note that the link you mention is STM32 Rust github repository https://stm32-rs.github.io/stm32-rs/STM32H563.html
This github repository is independent from ST. They retrieve STM32 .svd files from st.com and patch them to generate STM32 libraries for Rust language.
They may take some time to get the latest .svd file for STM32H563.
Guillaume
2024-04-14 06:10 PM
Hi Guillaume,
Thanks very much for your useful information.
Could you kindly share where we can get the STM32 .svd files from st.com?
Thanks very much!
Best Regards,
Changjiang
2024-04-15 01:09 AM
go to ST website https://www.st.com , click the search tool (loop icon near ST logo on top left) , enter "STM32H563", click on any STM32H563 part number, then go to "CAD resources" tab. click on the "system view description file" (zip file).
https://www.st.com/resource/en/svd/stm32h5-svd.zip
2024-04-15 01:23 AM
Hi Guillaume,
Thanks very much for your useful information "CAD resources" tab.
Best Regards,
Changjiang