How to choice the best pin for ADC input?
Hello everyone,How to choice the best pin for ADC input, with lowest noise or/and serial resistance?Thanks.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Hello everyone,How to choice the best pin for ADC input, with lowest noise or/and serial resistance?Thanks.
Hi all.I'm trying to implement printf retargeting in my project, based on STM8S105 microcontroller.I'm using IAR (3.10 & 2.20) and I'm utilizing printf retargeting example from ST. The problem is, if I try to compile the project with "Discard unused ...
I am trying to run timer interrupt in STM8 microcontroller. But I am not able to do so.Here is the code snippet. void TIM2_Configuration(void) { TIM2_DeInit(); CLK_PeripheralClockConfig(CLK_PCKENR1_TIM2, ENABLE); TIM2_ARRPreloadConfig(EN...
No attempt yet to initialize can, just adding entry into interrupt vector table table for either can rx or can tx impacts TIM4_UPD_OVF_IRQHandler. TIM4 will run twice, then never run again.Can interrupts are not enabled yet, can interrupt vector neve...
TN1235, released this month has some basic information on the new STLINK-V3 (which already can be ordered at some distributors, but lead times are long, and where there are pictures they show the older ST-LINK/V1)According to TN1235, for the SWIM int...
Hello,I am using the stm8l151... mcu and I am trying to send different strings via Uart1 to HTerminal. I have three different strings to send. The first two strings are transmitted completely but when the third one is being sent, it is truncated and...
Dear current and future SDCC users among the STM8 developers,Today the first Release Candidate (RC1) for SDCC 3.8.0 has been created.As always it has been put online in our SourceForge File section.https://sourceforge.net/projects/sdcc/files/If you h...