multi application bootload

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
YaIs_283501
Level 3
Level 3
First like given

Hello.

I created a multi-application project file but I do not know how to switch applications using Bootloadable_SetActiveApplication.

Looking at Bootloadable.c Bootloadable_SetActiveApplication is not enabled, what should I do?

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Bootloadable_SetActiveApplication (uint8 appId) is available only in combination project - where a Bootloader Component and a Bootloadable Component are incorporated. Please refer to  Dual-Application Bootloader with Combinaison Project for reference code.

View solution in original post

0 Likes
2 Replies
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Bootloadable_SetActiveApplication (uint8 appId) is available only in combination project - where a Bootloader Component and a Bootloadable Component are incorporated. Please refer to  Dual-Application Bootloader with Combinaison Project for reference code.

0 Likes

thank you very much!

0 Likes