STM32CubeU5
STM32CubeU5 copied to clipboard
Using FileX with STM32U5 internal nor flash
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
ST Internal Reference: 130915
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,