STM32CubeU5 icon indicating copy to clipboard operation
STM32CubeU5 copied to clipboard

Using FileX with STM32U5 internal nor flash

Open Nelthrion opened this issue 3 years ago • 1 comments

HI

I am using the STM32U575 for my project with the internal nor flash provided. Noticing that the address is word(32bits) aligned while writing to the flash, but for STM32U5 internal flash the address needs to be quadword(128bits) aligned. Is there a configuration in levelx/filex (like a line size) with which levelx will provide me quadword aligned addresses, or I need to take care of this specifically in the flash write driver glue file(I think will affect the performance of write operation)?

Thanks

Nelthrion avatar Jun 20 '22 05:06 Nelthrion

ST Internal Reference: 130915

ASELSTM avatar Jun 24 '22 11:06 ASELSTM

Hi @Nelthrion,

Our development team has confirmed that it is possible to define the block size to 128bits. You might thus be able to develop such application.

With regards,

ASELSTM avatar Apr 10 '23 10:04 ASELSTM