Skip to main content
Visitor II
January 28, 2022
Solved

Hi, Iam trying to program stm8 MCU using stm32 cube programmer, but iam getting error as Error: No STM32 target found! . I have measured voltage on target and NRST pin both have 3.3V ,any help is appreciated.

  • January 28, 2022
  • 1 reply
  • 1907 views

i have tried different frequencies , modes but no result.

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

    You just need a converter, e.g. BIN2HEX, from the open source tool SRECORD.

    Regards

    /Peter

    1 reply

    Technical Moderator
    January 28, 2022

    The STM32CubeProgrammer does what its name says - it can program STM32.

    To program STM8 you need a programmer suitable for STM8, e.g. the STVP-STM8.

    Good luck!

    Regards

    /Peter

    Maksh.1Author
    Visitor II
    January 28, 2022

    Hi @Peter BENSCH​  thanks for answering , i have installed STVP and tried to program but it only supports .hex , .s19 formats , but i have .BIN format , how can load my .BIN into STM8

    Regards

    Akshay

    Technical Moderator
    January 28, 2022

    You just need a converter, e.g. BIN2HEX, from the open source tool SRECORD.

    Regards

    /Peter