Skip to main content
Associate III
August 6, 2025
Solved

user-bootloader example code for stm8

  • August 6, 2025
  • 1 reply
  • 600 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.

    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

    Peter BENSCH
    Technical Moderator
    August 6, 2025

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

    Hope that helps?

    Good luck!
    /Peter

    In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
    Associate III
    August 6, 2025

    Thanks a lot!