Skip to main content
Graduate II
August 6, 2025
Solved

user-bootloader example code for stm8

  • August 6, 2025
  • 1 reply
  • 338 views

I was following the Application note document on [AN2659](https://www.st.com/resource/en/application_note/an2659-stm8-inapplication-programming-iap-using-a-customized-userbootloader-stmicroelectronics.pdf) as my purpose was to implement a custom bootloader on stm8 for firmware update.

 

This application note mentions an example code that comes with this application note but i am not able to find that example code mentioned anywhere.

 

I will be grateful if someone can help me find that out.

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    You'll find the source code for AN2659 in the package STSW-STM8006.

    Hope that helps?

    Good luck!
    /Peter

    1 reply

    Technical Moderator
    August 6, 2025

    You'll find the source code for AN2659 in the package STSW-STM8006.

    Hope that helps?

    Good luck!
    /Peter

    Graduate II
    August 6, 2025

    Thanks a lot!