Hello,
I’m working on a multi-app firmware. When trying to load 20 applications, the final 4 application fails with the following exception:
SEVERE: ej.kf.InvalidFormatException: code=58
Exception in thread "main" ej.wadapps.application.ApplicationOperationException: ej.kf.InvalidFormatException: code=58
Note that: i have enough memory to load all the applications and the apps final binaries are valid as i’m able to load them one by one. It seems like if the dynamic feature are limited to 16 somehow.
Any clue on that ?
Thank you