Question
Is it possible to force CUBEMX to include HAL drivers that are not normally loaded into my project?
I need to use hal_flash/hal_flash_ex/hal_flash_ramfunc but all of my normal peripherals are LL so the base hal drivers are not loaded into my project when I GENERATE CODE.
My workaround is to include something like CRC/HAL to load a bunch of hal drivers then I deinit the CRC in main.
Likewise, is there a way to load HAL AND LL drivers? In CubeMX we can only choose one or the other.
