I'm trying to update from SDK simplelink_lowpower_f3_sdk_9_10_00_83 to simplelink_lowpower_f3_sdk_9_14_02_16.
I checked the differences between SDK simplelink_lowpower_f3_sdk_9_10_00_83 and simplelink_lowpower_f3_sdk_9_14_02_16 and found a difference in the definition value of the part that is enabled depending on the presence or absence of the ICALL_FEATURE_SEPARATE_IMGINFO definition, so I'm investigating this definition.
Therefore, I have one question:
Looking at the description of ICall_createRemoteTasks(), the note states that One remote task shall be created per external image.
I understand that "external image" refers to the execution environment stored externally, but is my understanding correct?
If not, please tell me what "external image" refers to.
Also, if possible, could you please explain how to enable and use ICALL_FEATURE_SEPARATE_IMGINFO and the advantages of using ICALL_FEATURE_SEPARATE_IMGINFO?