STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S005K6T6 needs working within 10ms

 Hello everyone!I have a question and seek your help: I ​​use STM8S005K6T6 microcontroller and cc1101 RF transceiver module, and the operation at 433 MHz is affected. It generates power automatically and can only last for 10ms. The voltage remains at...

Emanuel_ by Associate
  • 839 Views
  • 1 replies
  • 0 kudos

STM8L101F2 consumption in Halt mode

Hi,i have STM8L101F2 at breadboard. Decoupling capacitors 100nF+22uF, supply voltage 3.3V from linear lab.power supply, nothing connected to any pin. Simple firmware (Cosmic compiler)void main(void){ GPIO_Init(GPIOA, GPIO_Pin_All,GPIO_Mode_In_PU_No...

Resolved! How STM8S001J3 use BOR function?

Hello. I am using the STM8S001J3 MCU. I want to use the reset function in my MCU. stm8 has a total of 9 Reset functions.●External reset through the NRST pin● Power-on reset (POR) and brown-out reset (BOR): During power-on, the POR keeps the device un...

Resolved! AF bit I2C_SR2 register

Hello,STM8S208RB.How can you read the AF bit in the I2C_SR2 register?When I try to read this bit, it is always 0 even if this bit is set to 1 (In debug mode I look at this bit that it is set to 1). For example, the following condition always gives th...

MykolaLevun_0-1706369511589.png MykolaLevun_1-1706369895465.png

Option bytes - temporary memory unprotection(TMU)

Hello everyone.I am in trouble with the datasheet of STM8AF5288.There are only brief descriptions about TMU in the datasheet.What is the difference between TMU and ROP?How to use TMU?I can't find any documentation.Does anyone have more detailed infor...

OB1.PNG OB2.PNG
Ian_L by Associate
  • 891 Views
  • 3 replies
  • 0 kudos

stm8s003f3 adc value fluctuation

Hi Everyone,I am measuring an Ac voltage which is biased on 2.5v dc on stm8s003f3. The input is coming from an op-amp. My problem is I am not getting a stable ADC value. there is always 2 3 point ADC fluctuation which ultimately fluctuates the AC vol...

KRiaz.1 by Associate II
  • 839 Views
  • 2 replies
  • 0 kudos

STVD, docking windows in debug mode

Hello,Tell me how to pin windows such as Local Variables, Peripheral Registers, Memory in debugging mode in STVD? (When you enter debug mode, you need to open these windows manually; the next time you enter debug mode, these windows disappear and you...

MykolaLevun_0-1705679538190.png MykolaLevun_1-1705679627809.png

STM8 UART

I am frustated from last month can anyone plz help me outI am getting error if I am adding UART file in our program.I have taken UART example provided in STM8S_StdPeriph_Examples and added those files in STM8S_StdPeriph_Template but without adding UA...

Pankaj3 by Associate II
  • 1202 Views
  • 4 replies
  • 1 kudos

STM8 SPBTLE-RF bluetooth communication problem

Hello everyone, i've an issue using STM8L with an SPBTLE-RF bluetooth module.It seems that the module stop to transmits data to the master after few time of utilization or during an intensive use.I verified that when the module stop to transmits data...

Alberto3 by Associate
  • 652 Views
  • 0 replies
  • 0 kudos

STVD: Go to definition or search in files not working

Hello,I had to copy a project that was built on another system in ST visual develop to my PC. I am able to open this workspace (.stw) and project (.stp) in my PC and build successfully. But, when I try to use the "Go to definition" feature or search ...