STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST Visual Develop crashes when starting a Debug session

HiI am developing code for an STM8 processor using ST Visual Developer. I have started having issues with debugging my application. When I click the Debug icon, STVD crashes. In the debug output I can see that it is trying to open the .elf file. The ...

fmb by Associate
  • 412 Views
  • 1 replies
  • 0 kudos

Breakpoints inside ISRs with STVD and STM8-SO8-DISCO

I'm using STM8-SO8-DISCO to program the STM8L001J3 uC which is attached to it. Before that I was developing my project using another kit and debugging was fine, but when I migrated the code to use it in this new kit (STM8-SO8-DISCO) I stopped being a...

MZaqu.1 by Associate
  • 278 Views
  • 0 replies
  • 0 kudos

Multichannel ADC in buffered Mode STM8S103F3P

Hello,I am building a project which involves reading analog signals from 2 sources.I want to read ADC in interrupt mode. Please share some code or example or tutorial ?Mcu: STM8S103F3PIDE/Compiler: STVDLibrary: Standard Peripheral Library

Timer1 not giving the interrupt in expected duration

HI All,I am facing issue with STM8S103F2 controller Timer1. I am configuring timer1 for 5 sec, but it is giving me interrupt in 10 mili second only. It is not taking my prescaler value. can anyone help me on this, i am putting my code:stm8/ #includ...

HTiwa.11 by Associate II
  • 1004 Views
  • 4 replies
  • 0 kudos

STM8 Bootloader

hi,every one. i am working on Bootloader with STM5288 and STM6266 microcontrollers in PC application Side(I am making own PC application as per my user interface),So what are the sequence of commands we need to send from the PC applications,that we c...

Syann.1 by Associate
  • 616 Views
  • 2 replies
  • 0 kudos

STM8L001J3 and SWIM pin

I was using STM8SVLDISCOVERY in a small project because it was the evaluation board that I had, but in a more final stage I would like to use an stm8sl001j3 as uC.For that, I got a STM8-SO8-DISCO to be able to use the same uC that I want in the final...

MZaqu.1 by Associate
  • 542 Views
  • 2 replies
  • 0 kudos

How to use UART at STM8L050j3?

Hello,Using STM8L050j3, ST LINK/V2 ISOL, STVD.I am studying the UART and i have connected MCU and ST LINK/V2 ISOL.They use SWIM with USART TX / RX Pin.A problem is that PC don't receive the any text.​I think that cording is fine(easy example) but i s...

KTAEW.1 by Associate
  • 643 Views
  • 1 replies
  • 0 kudos

which controller is suitable for my application

Dear Experts,currently i am working for temperature and humidity monitoring project and that sensor data transmit to master through RF module(HC-12) via UART pins.my requirements that controller must have below requirements the micro controller must ...

UART based Boot loader for STM8 MCU's

Hello All,We have designed a custom board using STM8L052C6 MCU chip, where we have include a Boot loader functionality in it.This Boot loader is UART based where the application binary file will be received on the Custom board in packet over UART an...