lujji / stm8-bootloader

Serial bootloader for STM8 microcontrollers
MIT License
93 stars 27 forks source link

How do I download PC Software? #2

Closed CHOJUNGHUN closed 5 years ago

CHOJUNGHUN commented 6 years ago

Hello lujji.

I am designing the STM8AF5288 boot loader with reference to your code. Compillers are using IAR STM8. You can create S19, BIN, HEX File from IAR. As a first question, what is the PC Software to validate your code? Is it ST Flash Loder? Currently I am building my bootloader code. The verification environment is the first priority. Thank you for your help. Thank you.

I look forward to your reply.

lujji commented 6 years ago

Use this Python script to upload your code: https://github.com/lujji/stm8-bootloader/blob/master/uploader/boot.py