PSoC 6 - Fixed Stack OTA Example

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

cross mob
ViCh_2676191
Level 1
Level 1
5 replies posted First reply posted First question asked

I would like to do a fixed stack OTA upgrade on a PSoC 6. I found AN97060 which explains about fixed stack OTA on PSoC 4. Digging around, I also found example projects on PSoC creator 4.2  (BLE_OTA_FixedStack_Bootloader) that does the same on a PSoC 4.

But, PSoC 6 examples only contains CE216767 (separate stack for bootloader and appklication) and upgradable stack projects. I couldnt locate any starter code for Fixed Stack OTA for PSoC 6 where the application and the bootloader shares the same BLE component. Is it possible to do Fixed Stack OTA on PSoC 6, if so, is there any starter code that I could utilize.

Thank You.

Vimal

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

Apologies for the delay. There is no separate fixed stack code example for PSoC 6 MCU. In CE220960 - PSoC 6 BLE Upgradable Stack Bootloader, BLE stack is shared between App1 and App2, ie., stack application and user application. Please use this code example to get started. Hope this helps.

View solution in original post

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

Apologies for the delay. There is no separate fixed stack code example for PSoC 6 MCU. In CE220960 - PSoC 6 BLE Upgradable Stack Bootloader, BLE stack is shared between App1 and App2, ie., stack application and user application. Please use this code example to get started. Hope this helps.

0 Likes