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

STM8S001J3M3 pull-up resistor value on PB4

In an application we use PB4 as output. Corresponding to the datasheet, this port only can be used with open-drain. In the datasheet in the I/O port pin characteristics there are values of 30k up to 80k for pull-up resistor Rpu. Is this meant for the...

AZehn.1 by Associate
  • 905 Views
  • 1 replies
  • 0 kudos

code development manual for STM8L

Hello,I am using NUCLEO-8L152R8 board for our project purpose.I am new to this board. I have downloaded tools like STM8Cubemx, ST visual develop.I haven't found any video or document which will guide me on how to develop code in ST visual develop and...

DJosh.0 by Associate II
  • 811 Views
  • 2 replies
  • 0 kudos

8-pin part label part identification (ST G9949)

I'm trying to identify an 8-pin part that appears to have an "ST" logo on it. I'm pretty sure it is an 8-bit MCU, (part of a LED tube driver dimmer control) The part numbers looks like ST G9949, but I can't find a match on ST.com. Does ST custom labe...

0693W000007CQk7QAG.png
DMatt.2 by Associate II
  • 1080 Views
  • 1 replies
  • 0 kudos

STVD user manual

Hey, The STVD latest version available from the Website is 4.3.12. But its user manual On the Website (Doc: UM0036) is for STVD version 4.0.1 (Which is released in 2010).I can't find any User Manual DOC for STVD latest Version 4.3.12.anybody any Idea...

KGupt.1 by Associate III
  • 637 Views
  • 2 replies
  • 0 kudos

Hi, I´m using STM8S0003F. I have 2 pins at PORT A (PA1 and PA3 that are programmed to generate an interrupt when any signal FALL_ONLY. During the interrupt routine, how can I know which pin generate this interrupt? Thank you Andre

INTERRUPT_HANDLER(EXTI_PORTA_IRQHandler, 3){ /* In order to detect unexpected events during development,   it is recommended to set a breakpoint on the following instruction. */ if(!GPIO_ReadInputPin(RUIDO_PASS_Port, RUIDO_PASS_Pin)) { Tmr10msLeRuid...

AMast by Associate
  • 463 Views
  • 0 replies
  • 0 kudos

SD CARD PROBLEM FOR STM8S003F3

I have a STM8S003F3 and a Arduino Micro SD Card Module. I want to communicate with Micro SD Card. But Project SPI_FastCommunicationMicroSD in STM8S_StdPeriph_Lib is not working. It goes into "Go to infinite loop when there is mismatch in data program...

AMehm.1 by Associate
  • 770 Views
  • 0 replies
  • 1 kudos