Hi,
What is the purpose of the log partition in the partition table : NVMS_LOG_PART ? I haven't found any reference to it in the documentation.
Can it be used for debug , e.g. to retarget the printf to this partition ? I would like to debug the bootloader code and I'm wondering if I can redirect printf to it, or if any log files can be stored in it for later view.
Thanks,
Vince
Device:
Hi Vince,
The NVMS_LOG_PART partition is for you to use however you desire. Please note that SDK 1.0.8 would assign this partition as cacheable (which would cause issues such as stale data in cache). This was fixed in SDK 1.0.10.
/MHv