Home / stm8_asm / include
Name Modified Size InfoDownloads / Week
Parent folder
STM8S105S4.h 2018-07-26 93 Bytes
STM8S105S6.h 2018-07-26 93 Bytes
STM8S105K6.h 2018-07-26 91 Bytes
STM8S105C_S.h 2018-07-26 20.8 kB
STM8S105K4.h 2018-07-26 91 Bytes
STM8S105K.h 2018-07-26 20.8 kB
STM8S105C6.h 2018-07-26 93 Bytes
STM8S103K3.h 2018-07-26 91 Bytes
STM8S105C4.h 2018-07-26 93 Bytes
STM8S103F3U.h 2018-07-26 93 Bytes
STM8S103K.h 2018-07-26 19.2 kB
STM8S103F3P.h 2018-07-26 93 Bytes
STM8S103F3P.inc 2018-07-26 46 Bytes
STM8S103F2U.h 2018-07-26 93 Bytes
STM8S103F3P.asm 2018-07-26 53 Bytes
STM8S103F2P.h 2018-07-26 93 Bytes
STM8S103F.inc 2018-07-26 12.2 kB
STM8S103F.asm 2018-07-26 12.8 kB
STM8S103F.h 2018-07-26 18.3 kB
STM8S005K6.h 2018-07-26 91 Bytes
STM8S007C8.h 2018-07-26 93 Bytes
STM8S003K3.h 2018-07-26 91 Bytes
STM8S005C6.h 2018-07-26 93 Bytes
STM8S003F3P.h 2018-07-26 93 Bytes
STM8S003F3U.h 2018-07-26 93 Bytes
STM8S003F3.h 2018-07-26 91 Bytes
Totals: 26 Items   106.0 kB 0

STM8uLoader

Smallest size UART bootloader for STM8 models without built-in bootloader.

The bootloader code is located in FLASH memory, EEPROM memory and/or in the memory area OPTION Bytes.

STM8uLoader takes the size:

  • for rev.0D only 8 bytes in FLASH memory (adr.$8000...$8007) and up to 50 bytes in EEPROM memory;

  • for rev.14 only 20 bytes in FLASH memory (adr.$8000...$8003, $9FF0...$9FFF) and up to 52 bytes in EEPROM memory or in the OPTION Bytes memory area;

  • for rev.25 only 18 bytes in FLASH memory (adr.$8000...$8003, $9FF2...$9FFF) and up to 52 bytes in EEPROM memory or in the OPTION Bytes memory area;

  • for rev.36 only 18 bytes in FLASH memory (adr.$8000...$8003, $9FF2...$9FFF) and up to 53 bytes in EEPROM memory or in the OPTION Bytes memory area.

STM8uLoader does not occupy or transfer the interrupt vector table (rev.0D only takes the vector $8004 TRAP Software interrupt vector).

STM8uLoader can read the contents of the entire STM8 address space and send to the hostprogram.

STM8uLoader can transfer the code directly from the firmware file (Intel HEX or MOTOROLA S REC) to RAM memory and transfer control to the application program at any RAM memory address specified by the command line argument.

STM8uLoader can write / erase / copy the contents of non-volatile STM8 memory (FLASH, EEPROM, OPTION Byte) in bytes / words(4 bytes) / blocks(64 bytes) from the firmware file (Intel HEX or MOTOROLA S REC) and send to the host program.

STM8uLoader has a 200 millisecond timeout between the RESET event and the transfer of control to the application program.

STM8uLoader can transfer control (without the participation of the host program) of the application pogram to any FLASH memory address.

STM8uLoader can transfer code (without the participation of the host program) from EEPROM memory to RAM memory and transfer control to the application program at any memory RAM address (for rev.36) or at $0000 RAM memory address (for rev.0D, rev.14, rev.25).

STM8uLoader can transfer code (without the participation of the host program) from OPTION Bytes memory area to RAM memory and transfer control to the application program at any memory RAM address (for rev.36) or at $0000 RAM memory address (for rev.0D, rev.14, rev.25).

Code for STM8 in folder:

boot_uC_rev0D

or in folder:

boot_uC_rev14

or in folder:

boot_uC_rev25

or in folder:

boot_uC_rev36.

Code for PC in folder:

boot_PC

See also:

https://github.com/ovsp/STM8uLoader

https://sourceforge.net/projects/ovsp

STM8uLoader - компактный STM8 UART загрузчик


Any questions please in the nflic@bk.ru

Source: README.md, updated 2018-07-26