Detailed description
This change adds new support for the STM32H7R/S family of parts. Although these parts are STM32H7, there are
some differences in the IDs, number of banks and sector sizes as well as the register addresses and bit layouts that make supporting them with the current STM32H7 driver more complex than simply adding a separate driver so that's the approach taken here.
This change is co-authored by zyp who did the initial work. I've updated it for the latest API, made some cleanups
and got a few small details working that had been commented out. Thanks also to dragonmux and ALTracer for invaluable help in coming up to speed on the details.
Your checklist for this pull request
Closing issues
Fixes #2170
## Detailed description
This change adds new support for the STM32H7R/S family of parts. Although these parts are STM32H7, there are
some differences in the IDs, number of banks and sector sizes as well as the register addresses and bit layouts that make supporting them with the current STM32H7 driver more complex than simply adding a separate driver so that's the approach taken here.
This change is co-authored by zyp who did the initial work. I've updated it for the latest API, made some cleanups
and got a few small details working that had been commented out. Thanks also to dragonmux and ALTracer for invaluable help in coming up to speed on the details.
## Your checklist for this pull request
* [x] I've read the [Code of Conduct](https://github.com/blackmagic-debug/blackmagic/blob/main/CODE_OF_CONDUCT.md)
* [x] I've read the [guidelines for contributing](https://github.com/blackmagic-debug/blackmagic/blob/main/CONTRIBUTING.md) to this repository
* [x] It builds for hardware native (see [Building the firmware](https://github.com/blackmagic-debug/blackmagic?tab=readme-ov-file#building-black-magic-debug-firmware))
* [x] It builds as BMDA (see [Building the BMDA](https://github.com/blackmagic-debug/blackmagic?tab=readme-ov-file#building-black-magic-debug-app))
* [x] I've tested it to the best of my ability
* [x] My commit messages provide a useful short description of what the commits do
## Closing issues
Fixes #2170