Replies: 1 comment 2 replies
-
@zafersn, this is a bug. FCB at the moment does not seem to support write-block-size > 8 as a result of how the sector header is written/read. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tested setting subsys module (CONFIG_SETTINGS) on the stm32u575 and settings_backend_init returns an error
<err> flash_stm32: Write range invalid. Offset: 983040, len: 8
. so went into this problem and stm32u5 doesnt accept if written data' offeset and len is not a multiple of FLASH_STM32_WRITE_BLOCK_SIZE (16 bytes)and here is where the size is given.
sizeof(fda) = 8 bytes
So, am I wrong here, or is it an issue?
Beta Was this translation helpful? Give feedback.
All reactions