STM32CubeIDE - How To Include Flash Library Code?
Hi
Forgive me for being dumb, but how do I include ST flash library code (functions to configure and program flash) in an STM32CubeIDE project?
I expected to find it in the ioc device configuration tool, along with system core drivers (DMA/GPIO/IWDG etc.) but cannot find it. Also not in the drivers folder.
In AC6 I simply included stm32f0xx_flash.h from the StdPeriph_Driver folder, and in CoIDE from the stm32_lib folder.
To get started I have copied across stm32f0xx_flash.c/h from an old AC6 project to my project src/inc folders, but I'm guessing there is a proper way?
This is for an STM32F030F4 target device.
Many thanks
