STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST-Link/V2 vs HALT mode

Posted on October 21, 2017 at 19:08Hi to all,the ST-Link / V2 tool (so SWIM interface) is not compatible with the HALT instruction.Therefore, for debugging and / or using STMStudio, I'm forced not to use this functional mode.Is there any solution to...

STM8L

Posted on October 13, 2017 at 09:25I downloaded the STM8CubeMX 1.2.0 update which also adds micro STM8S001J3 and STM8L001J3 to the library.Well, the STM8S001J3 Data Sheet exists but there is no one for the STM8L001J3. Why? Where can I find it?#stm8l...

''stm8s_uart1.c bad struct/union operand'' when build project

Posted on September 02, 2017 at 06:10Hello.I want to using uart1 with STM8S103K,i do (already work):1. write program to display 4 pieces of 7 segment. 2. define STM8S103 in STM8S.hafter add stm8s_uart1.c and stm8s_uart1.h and build project, the comp...

ekpol by Associate II
  • 351 Views
  • 1 replies
  • 0 kudos

How to stop IWDG in HALT mode on STM8S

Posted on October 26, 2016 at 08:18Hi guys,I use STM8S105K4 in our project. For power saving, it should enter in HALT mode, but IWDG will run out and reset the MCU. STM8S doesn't have the IWDG_HALT bit in OPTION bytes, anyone knows how to stop IWDG ...

wen_bing by Associate
  • 383 Views
  • 1 replies
  • 0 kudos

Option byte code for stm8 cosmic compiler

Posted on October 13, 2017 at 12:58Hi,                When i using Ride 7 with stm8 compiler , i will do this following code for option bytes only in assembly. Its working.                But when i try with stvd with stm8 cosmic compiler,the follow...

saran raj by Associate III
  • 627 Views
  • 3 replies
  • 0 kudos

How to debug a project with custom bootloader in STVD?

Posted on October 16, 2017 at 20:09Hi again.I'm still stuck with the same problem as https://community.st.com/0D50X00009XkXJDSA3 before.The microcontroller model is STM8L101G3U.The debugger interface is ST-Link USB.I have a project with a custom boo...

Pavel A. by Evangelist III
  • 547 Views
  • 2 replies
  • 0 kudos

STM8S003F3P6 - External Interrupt on PA3 does not work

Posted on October 16, 2017 at 14:03 Hello, iam trying to get a external interrupt an pin A3, but that does not work. On other pins it work, but on this pin it does not work. I will show you my code: Configuration: asm('SIM'); PA_...

Paul Weh by Associate
  • 557 Views
  • 1 replies
  • 0 kudos

How to write option byte in compile time

Posted on October 13, 2017 at 16:25How to write option byte in compile time?Like when i compile my code,at that time of compiling,i have to set Read out protection in compile time.

saran raj by Associate III
  • 459 Views
  • 3 replies
  • 0 kudos