STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I have a question regarding TIM1 deadtime configuration on STM8S003F3.

I am working on a project with the STM8S003F3. I need to configure the TIM1 to generate the following digital output signal on PC3:1. Turn PC3 output to High state immediately (<1us) when signal on PC4 input goes Low.2. After PC4 input signal goes Hi...

PSedl.2 by Associate
  • 422 Views
  • 0 replies
  • 0 kudos

How to decompile STM8 firmware

Hi, I'm trying to reverse engineering a STM8 firmware. till now I can disassemble the binary firmware to get the assembler code using naken_asm : https://github.com/mikeakohn/naken_asmIs it possible to decompile it ? can anyone point me to some tools...

Ihssen.R by Associate
  • 4919 Views
  • 1 replies
  • 0 kudos

[SOLVED] Custom board with STM8 - SWIM Pinout?

Hi =) I am designing a custom board with an STM8. I have a couple of STM32 Nucleo and eval board but looking at the schematics the ST-link only seem to have the SWD interface, not the SWIM.I do not have any STM8 board from ST have but I have another ...

0693W000003OxS9QAK.png
SLasn.1 by Senior
  • 714 Views
  • 2 replies
  • 0 kudos

I am using STM8S001J3 MCU for my application. For the development purpose I am using STM8-SO8-DISCO development board. Suddenly I am not able to program the board.

It shows following error message when I program the board. Please find attached image for this. I am using IAR embedded workbench IDE for my development. Please help me with this as I am facing this issue since two days and not able to crack it.Thank...

DPate.6 by Associate
  • 802 Views
  • 3 replies
  • 0 kudos

Resolved! I am using STM8S001J3 for PWM at TIMER 1 channel 4(PC4) PIN NO 7,but not getting pwm..pls.suggest.

void PWM(void)//timer1 channel4{ TIM1_ARRH = 0x03;    // Reload counter = 960TIM1_ARRL = 0xc0;TIM1_PSCRH|= 0;     // Prescalar = 0 (i.e. 1)TIM1_PSCRL |= 0;//TIM1_CR1 = 0;    // Up counter.TIM1_CR1|= 0;    // Edge aligned counter.TIM1_RCR |= 0;      /...

Getting Error in ST Visual Develop

I am getting the error i posted below , while i build the program.Anyone know how to solve this error.Please respond , It is urgent.///////////////////////////////////////////////////////////////////////////////////////////////////////////////Running...

Cdtm.1 by Associate
  • 501 Views
  • 0 replies
  • 0 kudos