Skip to content
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

stm32: Fix flash write for STM32U5 and STM32H7 #2985

Merged

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Apr 25, 2023

ST HAL for those two MCUs have function HAL_FLASH_Program that has one of the arguments different then other HALs. Write to flash result in hard fault or some random data being written.

This change create special case for those two MCUs.

ST HAL for those two MCUs have function HAL_FLASH_Program
that has one of the arguments different then other HALs.
Write to flash result in hard fault or some random data
being written.

This change create special case for those two MCUs.
@kasjer kasjer merged commit 3856f9a into apache:master Apr 26, 2023
9 checks passed
@kasjer kasjer deleted the kasjer/stm32-fix-flash-write-for-stm32u5 branch April 26, 2023 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants