Define ISR as weak using CubeMX LL Drivers
Hello,
For efficiency reason I need to use only the LL, so I enable the LL flag in the CUBEMX configuration.
I would like to have the ISR defined as __weak, so that I can write my own version without replacing manually the ISR.
I know that using HAL drivers the interrupt service routines generated by CubeMX are defined as _weak.
Is there any way to obtain such behaviour using only the LL Drivers?
Microcontroller STM32L072CZ, STM32CubeMX version 6.9.1
Thank you in advance.
Best Regards,
Gianmarco Cerutti