Skip to main content
Visitor II
April 16, 2012
Question

Programming STM8S via USB

  • April 16, 2012
  • 2 replies
  • 1385 views
Posted on April 16, 2012 at 09:13

Hi,

Is it possible to program stm8s mcu s via comport/usb with interface card(maybe max232 chip etc.)?

I dont need debugging.Programming will be ok.

What should I do for that?Can I use STVP with my custom interface board?

All helps will be appreciated

#flash-programming-stm8s
    This topic has been closed for replies.

    2 replies

    Visitor II
    April 17, 2012
    Posted on April 17, 2012 at 10:59

    Hi,

    You can do it using max232 ic through serial/UART Port. Its very easy, please go through ST documents like AN2659 (user customized boot-loader), UM0560 (STM8 inbuilt boot-loader). These are for STM8S, 128K Memory devices, but you can definitely find these kind of documents for STM8L and STM8A. These will help you and you should be able to get what you want.

    Let me know.

    Thanks & Regards,

    Pranav

    Visitor II
    April 18, 2012
    Posted on April 18, 2012 at 17:01

    any proect,circuit schematics for that?