Replies: 1 comment
-
Please ignore this post. It was a misunderstanding on my side. I will close the post. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
https://github.com/zephyrproject-rtos/zephyr/blob/v4.1-branch/subsys/fs/nvs/nvs.c#L768
The above logic does not seem right. For example, if you have two sectors with each sector being 1024 bytes and an 8-byte ate, the assignment will result in
addr
taking on the value of 66552 which is beyond the total sector size.Beta Was this translation helpful? Give feedback.
All reactions