flash example code with Low Layer Drivers ?
Hello,
I can't find any example code of flash write or read using LL_drivers, only HAL drivers. I work with Blue NRG and I do have rf_drivers_ll_flash.c with functions that looks like those in rf_drivers_hal_flash.c. But I can't make flash working with LL functions... The only meaningful difference is HAL_Init(), which I can't find any LL drivers equivalent. The other differences are locking the access of the flash during write. Is there something obvious I am missing? (clock init? )
Is there some example code using LL drivers for flash? Even MCU different from Blue NRG will be fine, I'll adapt it.
Thank you !
