Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
As a newbie I'm struggling to understand the following line of code:TIM3_BKRConfig(TIM3_OSSIState_Enable,TIM3_LockLevel_1,TIM3_BreakState_Enable,TIM3_BreakPolarity_High,TIM3_AutomaticOutput_Enable);Introductory material that I've found on timers/PWM ...
I have an asm program written in ST Visual develop. Using stvd, and updloading to a STMS103f3, it runs fine. Change the target in ST v develop and build it and upload to the discovery bd thru it's st-link, it doesn't run. Checking the register add...
HiI have a problem when I start writing the first page of the program.I am running at 115200 8 data bit, 1 stop, no parity.I am running in ECHO mode, meaning I return all bytes from the bootloader.I have send the SYNC byte, at power up, and getting a...
Hi,I am trying to figure out how a set of buttons interfaces with the microprocessor - an STM8S 003K3T6C ([url=https://www.st.com/resource/en/datasheet/stm8s003f3.pdf]datasheet[/url])I am familiar with simple button config - you pull GPIOs high or lo...
Hyperterm from windows XP won't run correctly on my window 10. I config it for 8 databits and when it connects it is 7 and doesn't recognize some characters. All other terminal programs it prints garbage. Why ASCHII?How to change it?
I have tested my stm8s-discovery board for 2 days. The MCU is stm8s105c6t6, the Hex format file produced in c language on the IAR EW platform, could run as expected when uploaded into the board, but the final file from assembly language, both in Hex ...
as per datasheet of stm8s001j3 it has been mentioned that impact of pin mode while using other pins, ex. PD1 impacts PD6,PD5... so to disable the swim pin using Out Mode Low Level, would also impact in case want to set late for PD5 as IN Mode FL NO I...