STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STVisual Develop building libraries

I have a very simple main using UART1 and already my application is 7kB!  The web implies that this is because I am getting a lot of UART1 and CLK code built and linked in that I am never using.  One suggestion is to split the UART1 and CLK files int...

Resolved! STM8S IAP software samples - what are RIDE and EWSTM8

Ref: https://www.st.com/en/embedded-software/stsw-stm8006.html#overviewI have downloaded the software above which is a companion to AN2659 but there are directories not mentioned in the application note.  Can anyone tell me what the RIDE and EWSTM8 d...

Ensure code running in RAM

Ref: stm8s flash entire new program - how? - STMicroelectronics CommunityHow do I ensure that an entire routine, and anything that it might call, is running in RAM?  I think there is a RAM() macro around, for example, the flash write methods so can I...

Resolved! PA4 and PA5 don't work STM8S208RB

Hello,STM8S208RB microcontroller. Pins PA4 and PA5 do not work in push-pull mode. Why? I haven't tried it in other modes. It's not a microcontroller issue because I tested it on two different microcontrollers. Pins are shown in the datasheet (see fig...

MykolaLevun_0-1711293982148.png

STVisual Develop simulator without STLink?

ST visual Develop Version 4.3.12!  running on Windows 10.I have set this up with the Cosmic toolkit and can build images for my ST8 processor but can I run the simulator without STLink?Apologies for such a newbie question - first time I've tried to d...

Resolved! Memory usage, stm8

HelloSTM8S microcontroller. Cosmic compiler. How can I find out how much memory my C program is using and for what purposes?

Difficulty Exiting SWIM Debug Mode

Hello,I'm currently encountering an issue with my project, which is used to load .s19 files onto target devices (specifically STM8) via the SWIM protocol.Previously, the functionality was seamless when there was no external power supplied to the targ...