Closed
Description
When the ICACHE is enabled it prevents reading the PACKAGE version causing the function to failed.
More info here:
https://community.st.com/t5/stm32-mcus/how-to-avoid-a-hardfault-when-icache-is-enabled-on-the-stm32h5/ta-p/630085
Workaround is to disable it adding a file named hal_conf_extra.h
with:
#define HAL_ICACHE_MODULE_DISABLED
Originally posted by @fpistm in #2383 (reply in thread)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done