-
I am using a static partition file with a section declared as follows: nvs_storage:
address: 0x7b000
end_address: 0x80000
placement:
align:
start: 0x1000
before:
- end
region: flash_primary
size: 0x5000 From the documentation I did not find how I can refer to this partition for the initialization of a data struct of type I can manually initialize it by looking at the yaml file with the partition information but that would be double the work as zephyr already uses this information through the yaml file. Hence my question is if this can be done automatically by just pointing at the partition I want to use. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is an NCS issue, not a zephyr issue, please ask on devzone instead https://devzone.nordicsemi.com/ |
Beta Was this translation helpful? Give feedback.
This is an NCS issue, not a zephyr issue, please ask on devzone instead https://devzone.nordicsemi.com/