cancel
Showing results for 
Search instead for 
Did you mean: 

Azure RTOS FILEX LEVELx using on chip flash

dvescovi
Senior

I am looking for any example project that uses Azure RTOS FileX and LevelX using onchip flash.

I understand the programming flash can be segmented and used for general purpose file storage but I cannot find any example across any series packages which uses the on chip flash. Is this even possible?

I am mostly looking on how to set the levelx configuration parameters in STM32CubeMX. I know how to integerate the low level flash drivers from the HAL.

2 REPLIES 2
Saket_Om
ST Employee

Hello @dvescovi 

Please refer to the example below to set the LevelX in your application. The example demonstrates how to create a Fat File system on the NOR flash using FileX alongside LevelX.

x-cube-azrtos-l5/Projects/STM32L562E-DK/Applications/FileX/Fx_NoR_Write_Read_File at main · STMicroelectronics/x-cube-azrtos-l5

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om

this example does NOT use the on chip flash. It is using an external flash interfaced by spi.