STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I could use some guidance to a good begin

Hello, im quite new to the stm world. Recently i got into a project where i might need alot of mcu's doing basic stuff. After a little searching i found that stm8 mcu's are very cheap. I already got a STM8S103F3P6 and a st-link and so i tried to foll...

ATuin by Associate II
  • 485 Views
  • 1 replies
  • 0 kudos

STM8 Opcode Map

Attached is based on PM0044 'STM8 CPU programming manual' Doc ID 13590 Rev 3, 2011-09.LibreOffice Calc workbook with five sheets:1st Byte - instructions with no pre-code (i.e. opcode is one byte) or whose first byte is a pre-code (i.e. opcode is two ...

lloydb by Associate
  • 567 Views
  • 0 replies
  • 1 kudos

STM8S003F3 VIH and VIL levels

Hello all,I have an application based on the STM8S003F3 where invalid logic levels could appear on the UART RX line. (By design due to the ground offsets in a bigger system.) In some cases the UART misinterprets bytes mainly when the low level of the...

0690X000006C3dgQAC.png 0690X000006C3dlQAC.png

ST-LINK_CLI for STM8

Is there any way to programm STM8 using a command line software ? I tried with ST-LINK_CLI but that is just for 32bits, no SWIM option

ionutF by Associate III
  • 701 Views
  • 2 replies
  • 0 kudos

Stm8s discovery board(STM8S105C6T6) DRIVERS

Hi,I just bought synes discovery board , and when I need drivers for it, I'm surprised.​Actually, I'm operating whiners XP,(still today) and drivers available on st. Com is only for Windows 7,8,10.So anyone please tell me where I can download drivers...

HM.80 by Associate II
  • 383 Views
  • 0 replies
  • 0 kudos

Cannot get timer1 channel 3 or 4 to PWM

I cannot get timer 1 channels 3 or 4 to output a PWM. Here is how I have it initializedstatic void _vBl_initGauge_PWM(void) { TIM1->PSCRH = (u8)((sBL_PWMoutConst.PSCR >> 8) & 0xFF); TIM1->PSCRL = (u8)sBL_PWMoutConst.PSCR; TIM1->ARRH = (u8...