cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F7xx LL based flash peripheral

APati.18
Associate II

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

2 REPLIES 2

Hello @APati.18​ ,

Let me first thank you for your feedback and welcome you to the STM32 community 😊

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:

0693W000008ynfUQAQ.jpgI hope that this answers your question. If not, could you please clarify more your request.

Khouloud.

APati.18
Associate II

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