Skip to content
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

Enhancement: cache TLVs instead of re-reading them from flash #1905

Open
de-nordic opened this issue Feb 23, 2024 · 0 comments
Open

Enhancement: cache TLVs instead of re-reading them from flash #1905

de-nordic opened this issue Feb 23, 2024 · 0 comments

Comments

@de-nordic
Copy link
Collaborator

** Problem description **
TLVs are accessed and processes multiple times while validating, swapping and processing images. This is waste of flash access time and requires processing of possible read problems each time.

** Proposed solution **
Read all TLVs to RAM and iterate over them in RAM rather than flash, every time access to TLVs is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant