Hello,
We observed that the BLE-Mesh provision logs are happening in FCBs of NV Flash, For my application i need them to be logged on RAM.
Kindly suggest how I can achieve the same.
I am using nRF52833
Thanks,
Hello,
We observed that the BLE-Mesh provision logs are happening in FCBs of NV Flash, For my application i need them to be logged on RAM.
Kindly suggest how I can achieve the same.
I am using nRF52833
Thanks,
Hi,
By FCB I assume you refer to Flash Circular Buffer, but I do not find that to be a backend to the logger. Where do you find this connection in the SDK?
Also, what do you mean by logging on RAM? What do you want to do with the log?
Regards,
Terje
Hello tesc,
By FCB I assume you refer to Flash Circular Buffer
Yes indeed.
but I do not find that to be a backend to the logger. Where do you find this connection in the SDK?
Currently provisional logs are found at 0x7A000 in nRF52833, soon after provisioning:

This is internal flash, need to move these logs to RAM.
Kindly suggest.
Thanks,
Hello tesc,
By FCB I assume you refer to Flash Circular Buffer
Yes indeed.
but I do not find that to be a backend to the logger. Where do you find this connection in the SDK?
Currently provisional logs are found at 0x7A000 in nRF52833, soon after provisioning:

This is internal flash, need to move these logs to RAM.
Kindly suggest.
Thanks,
Hi,
From what I understand, there were some misunderstandings about flash and ram usage by the Bluetooth mesh stack. Those were resolved in a separate thread, and so the question is no longer valid.
Regards,
Terje