-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Stm32h7rs flash restore flash size of 64KB #89894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
FRASTM
commented
May 13, 2025
•
edited
Loading
edited
- Fix the double definition of the FLASH_OPT_KEY1 and FLASH_OPT_KEY2 for the stm32h7RS serie
- following the flash: stm32h7x: fix implicit declaration for LL_GetFlashSize #89675 exact flash size for the stm32H7RS is fixed to 64KB
removing the change for OPTKEY constant as already fixed by #89740 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not compatible with the changes done here: #89675
It seems github has no rebase problem on this but combination of both won't work.
Fix the flash size to 64KB for the stm32H7RS serie. Restore the get_size API function for that serie. This is a specificity of this stm32 mcu (RefMan RM0477) Signed-off-by: Francois Ramu <[email protected]>
rebase on 88b108d |
|