-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Verify memory controller node while determining a running application partition. #99800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Verify memory controller node while determining a running application partition. #99800
Conversation
a8d7339 to
4bdcdb1
Compare
4bdcdb1 to
ae65322
Compare
|
Since this PR introduces a new API, it cannot be backported to v4.3 branch. |
ae65322 to
a355f63
Compare
JarmouniA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API minor version should be incremented.
Add a macro that allows to get the node identifier of the flash controller the area/partition resides on. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Use absolute addresses while determining a running application partition. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Use absolute addresses while determining a running application partition. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Use absolute addresses while determining a running application partition. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
a355f63 to
7bc3f24
Compare
|



Verify memory controller node while determining a running application partition.
Currently the check uses only offsets, which may give false results if there is a partition on the external memory with a matching offset range.
Fixes #99762