2021-04-06 03:41 AM
Hi,
I want to generate LL based flash module. but i can't generate it from cubeMX.
My overall system operations are based on LL.
In cubeMX there no option for it.
Can you suggest for it, or have any alternative way for it.
Thanks
Akshay Patil
2021-04-06 09:12 AM
Hello @APati.18 ,
Let me first thank you for your feedback and welcome you to the STM32 community :smiling_face_with_smiling_eyes:
In fact STM32CubeMX allow you to choose between HAL and LL based code generation for a given peripheral instance: it offers the possibility for some peripherals to generate initialization code based on Low Layer (LL) drivers instead of HAL drivers.
You can choose between LL and HAL driver in the Driver Selector section and the code will be generated accordingly:
I hope that this answers your question. If not, could you please clarify more your request.
Khouloud.
2021-04-06 08:06 PM
Hi OTHMAN,
Thanks for replay.
But when we generate code, then there is nothing about LL based flash module.
I want generate source code for flash module (LL based).
Thanks
Akshay Patil