I think there is a error in document RM0016
show in the pic
show in the pic
Posted on April 06, 2018 at 10:07I am using the STM8AL3188 and am unable to read or write flash beyond 32K, even though the device has 64K flash. This occurs at address 0x10000 (flash starts at address 0x8000 making it exactly halfway). I am using I...
The documentation indicates compatibility, with the additional LCD functions on the 152 seeming to default on reset to standard port functionality.Has anyone every done this successfully ?Mark
Posted on July 08, 2018 at 21:35i have the st-link V2 (the old one), and I'm looking for the 4 connections it needed, in order to program my CPU. any idea or link to such info?
Does anyone know of a free debugger for the STM8 for Linux? Besides SDCC there does not appear to be any free development environment for the STM8 for linux? I was happily using sdcc until I hit a bug and decided to forget about sdcc.Is there any ope...
Posted on July 31, 2017 at 20:33[STM8S001J3] First STM8 MCU in 8-pin package: introductionDear STM8 Community,This is a very exciting moment for all of us. STM8 MCUs family was extended with a new device, which is named STM8S001J3. This new family m...
Posted on July 14, 2018 at 07:05Hello anyone,When compiling a program including Standard Peripheral Library in the output *.elf file, all unused modules was included. Does is SDCC the dead code elimination optimization and how to activate it?Thanks ...
Posted on July 09, 2018 at 13:57Hello,I have a question as to whether stm8L051F3 can do/calculate the floating operation or not,please help to let me know it,currently I can't check it with printf function, because if using the library with tool opt...
Posted on July 07, 2018 at 08:08HiI use STM8S-Discovery Board with STM8S105C6 and ST Visual Develop v4.3.10, Windows 10.If I use command ADDW or SUBW this way:------------------------------------------------------------------------------Example 1 ...