Skip to main content
Associate
April 10, 2025
Question

internal flash access using levelx

  • April 10, 2025
  • 2 replies
  • 481 views

Hi,

 

We are using STM32u585 device on our board, we want to use a part of internal flash memory for permanent data storage.  Please clarify the following. 

1)is it possible to use internal flash access using LevleX (non RTOS)?

2)is there any reference available?

Thanks in advance

G.Vaikundam

 

2 replies

ELABI.1
Technical Moderator
April 16, 2025

Hi @VAIKUNDAMGURUSAMY,

Could you please provide me with more details so I can help you, for example, LevelX alone or with FileX? What is the size of the flash section to be used? What modes (read-only, read-write)?

Thanks.

ELABI.1

 

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.
Associate
April 23, 2025

Hi ELABI.1

Thanks for your reply

Please find below the answer for your questions

1)LevelX/FileX?         

Ans: LevelX only

2)Size of flash?

Ans: 64KB internal flash area

3)read only or read-write?

Ans: Read and Write

 

Thanks in advance

G.Vaikundam

 

Pavel A.
Super User
April 23, 2025

Data can be stored in the internal flash without any filesystem at all. It depends of the nature of the data. In 64K you hardly can fit a filesystem.