Hi @adinathmhatre ,
Thanks for the info! No issue out of "se05x_Delete_and_test_provision", and the requested update size for SEMS Lite is correct in the update file. The difference out of the reported free memory in the minimal example and what SEMS Lite requires comes from the requirement that SEMS Lite need continuous free memory. This amount of continuous free memory is reported by the SEMS Lite CLI:
C:\nxp\se_mw\release\SE05x-MW-v04.03.00\simw-top_build\se_x86\bin\Debug>sems_lite_cli_app.exe --getFreePHeap
App :INFO :Using PortName='COM15' (ENV: EX_SSS_BOOT_SSS_PORT=COM15)
Opening COM Port '\\.\COM15'
sss :INFO :atr (Len=35)
01 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 00
01 00 00 00 00 64 13 88 0A 00 65 53 45 30 35 31
00 00 00
App :INFO :availableCODMemory 3808
App :INFO :availableCORMemory 2140
App :INFO :availablePersistentMemory 34720
App :INFO :availableIDX 32
App :INFO :Free PHeap Central Gap 34208
App :INFO :Free freeTransient 3808
SSS Status: SUCCESS
In case of situations where the Central gap is much smaller as the available persistent memory a memory compaction needs to be triggered. This can be done e.g. with deleting an object or running the example se05x_InvokeGarbageCollection.
Please kindly refer to "simw-top/doc/demos/se05x/se05x_InvokeGarbageCollection/readme.html" for more details.
Hope that helps,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------