cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Maksh.1
Associate III

i have tried different frequencies , modes but no result.

1 ACCEPTED SOLUTION

Accepted Solutions

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

Regards

/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.

View solution in original post

3 REPLIES 3
Peter BENSCH
ST Employee

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

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.

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

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

Regards

/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.