STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CANBus, Ethrnet and RS232 on the same MCU

Hello for a project I will be using Ethernet, CANBus and RS232. Now the maximum frequency for CANBUS is 1 Mbit per seconds, for RS-232 that is 20 k baud and for Ethernet I think it is again 1 Mbit per seconds. So with a MCU that has at least 2 MHz c...

GunkutA by Senior
  • 278 Views
  • 3 replies
  • 0 kudos

Does stm8l001j3 support Flash Loader Demonstrator tool

hello,I want to use Flash Loader Demonstrator for complete programmed update of stm8l001j3 device.But Flash Loader Demonstrator tool unrecongnized device.Is there any other way to update the program through the serial port ?

0693W000004HHLVQA4.png
Jshic.1 by Associate
  • 295 Views
  • 0 replies
  • 0 kudos

How to implement micros() function on stm8s003?

I need to decode ASK/OOK signal, for this aim I need to know the period in microseconds between several edges. I decided to use TIM1 for this purpose, here is my code// Set fCPU = 16MHz CLK_CKDIVR = 0; CLK_PCKENR1 = 0xFF; CLK_PCKENR2 = 0;...

UART issue for reading 2 or more bytes length

I am having an issue with the UART1 communication between two devices (Computer and a STM8S208 board).I implemented software in the computer that writes two bytes length of data to the STM8• the first byte that acts as an identifier;•the second byte ...

0693W000004GyvoQAC.png
GGhed.1 by Associate II
  • 1040 Views
  • 3 replies
  • 0 kudos

General software design tips

Hello guys. I have a general question actually I need suggestions. So I did not want to open a topic for it. I need to make a presentation about a box which will be in some armored vehicle. This box will be like the brain of the vehicle and will cont...

GunkutA by Senior
  • 484 Views
  • 4 replies
  • 0 kudos

Resolved! Using SWIM from STM8S Discoveryboard for STM8AF

Hello community,after unsoldering the solderbridges of the STM8S-Disco-Board, I try to connect the SWIM to a STM8AF Chip. I read in the manueal, that this is not possible (only for STM8S-Family). But after trying it, I could flas Code on the µC and D...

SWiel.1 by Associate II
  • 519 Views
  • 3 replies
  • 0 kudos

STM8L151F3U6TR comparator 1 register not writeable.

HelloI'm using an STM8L151F3U6TR. A lot of things are working fine.But the comparator 1 seems not to work.It seems not possible to write its registers.If I execute the following code with debugger, then "dummy" changes from 0xFF to 0x00.I would have ...

EStud.1 by Associate
  • 331 Views
  • 0 replies
  • 0 kudos