Skip to main content
Visitor II
May 10, 2017
Question

Which bootloader version is used by STM8S003F3?

  • May 10, 2017
  • 1 reply
  • 1176 views
Posted on May 10, 2017 at 21:29

Hello,

My team and I are designing a product using the STM8S003F3. 

We connect to a host controller using SPI. This works great!

Now I want to enable firmware update functionality. I started to get into SWIM protocol when I began to notice perhaps SPI can handle this as well. I can't seem to find which bootloader version is used in this chip to verify. I'm thinking this is because the chip doesn't feature a bootloader?

If that's the case will SWIM still be suitable?

#bootloader #swim-stm8 #firmare-update
    This topic has been closed for replies.

    1 reply

    Visitor II
    May 12, 2017
    Posted on May 12, 2017 at 09:17

    The SMT8S003 does not features built in bootloader:

    0690X00000606WwQAI.png

    (See the 6th page from the DocID14798)

    The device is capable of flash self programming, but you will need to write your own bootloader.