Pyrrha-Platform / Pyrrha-Z

Next-generation firmware built on the Zephyr RTOS.
Apache License 2.0
2 stars 0 forks source link

fcb: fcb failure with >255 sectors #9

Open bpbradley opened 2 years ago

bpbradley commented 2 years ago

Currently the flash circular buffer is using only 255 sectors for storage due to this issue. This may be an issue with how it is being initialized, or it could be a configuration issue.