STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CRC for CAN frame in STM8AF5286

I am using STM8AF5286 for one of my design. I am using CAN port for data transmission. I am using standard ST library for CAN communication. I don't see any 16-bit CRC calculation included in CAN_Transmit function of CAN driver function. Neither I se...

PPate.1 by Associate III
  • 479 Views
  • 0 replies
  • 0 kudos

STM8S UART TX Interrupt Problem

Hello to everyone, I am dealing with STM8S103F3P6 IC. I try to send a message using TX interrupt but I have never succeeded. I have checked the example of the UART interrupt. Also, tried to develop same code. However, I got still zero. I took interru...

How do I install the firmware library?

I am (obviously) brand new to stm tools. I have installed the stvd and cosmic compiler and I want to use the firmware library. I have downloaded the STMS version. How do I install and use it? I've googled til my fingers are sore.

mchahn by Senior
  • 452 Views
  • 0 replies
  • 0 kudos

STM8L051 125khz PWM not work

I have new application used stm8l051, The MCU using timer2(GPIOB2) to generator 125khz PWM, duty cycle from 0% to 100% every 500ms with 16Mhz clock source.void Timer2_PWM_Init(void){ GPIO_Init(GPIOB, GPIO_Pin_2, GPIO_Mode_Out_PP_High_Fast);  CLK_Peri...

KCheu.1 by Associate
  • 577 Views
  • 0 replies
  • 0 kudos

Save initial EEPROM data when burning MCU

When initially burning the MCU, I want to save some EEPROM data. Lets say the data 123 is to be saved in location 1 of EEPROM. If I write the below C code before the main function, will it work? Once the data is stored the first time the program is b...

PiSquared by Associate II
  • 1976 Views
  • 5 replies
  • 0 kudos