2025-07-28 4:24 AM
I have some code on the STM32G030 processor using only LL drivers.
I need to write on some area in the flash of the processor.
I undestood that there is no LL driver for Flash, but the proble is that If I try to use some HAL functions, like HAL_FLASH_Unlock I get that the linker does not find it.
So the question is how can I add HAL Flash support (.h and .c) in a project that have only LL drivers?
Thank you.
Regards.
Mau.
Solved! Go to Solution.
2025-07-28 5:53 AM
Generate a project in CubeMX with HAL flash support to see how it's set up.
2025-07-28 5:53 AM
Generate a project in CubeMX with HAL flash support to see how it's set up.