uid address for STM8L051?
Hello!uid address for STM8L051?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Hello!uid address for STM8L051?
Hi,I am the author of an OS tool flash tool named "stm8gal" for programming the STM8 via the ROM bootloader. Currently I check family type and memory size by probing different addresses. This is extremely ugly and may fail in devices I couldn't test ...
HelloI want to rewrite code into STM8S103F2P6.But I can't build it.STVD outputted following error massage.Compiling stm8_interrupt_vector.c...cxstm8 +mods0 +debug -pxp -no -pp -l -istm8s_stdperiph_driver\inc -i"C:\Program Files (x86)\COSMIC\FS...
I want to use count external pulses count coming on Timer 1 channel 1 .I wrote following code. the couter starts counting as I apply external pulses.but the counter doesnot go upto 65535 value. it gets reset intermittently.I want to use counter to co...
Hello, i use stm8l-discovery board with stm8l152c6t6.I need to sniff swim protocol and wrote the asm module for this purpose.This module uses WFE instruction to wait PIN transition and TIMER4 for timeout.If I use WFE for TIMER4 or PIN from only 1 sou...
Hi :) I am using an STM8L151G6U6, and found out I missed something in the datasheet.Datasheet is DS6372: https://www.st.com/resource/en/datasheet/stm8l151g6.pdfRM is RM0031: https://www.st.com/resource/en/reference_manual/cd00218714-stm8l050j3-stm8l0...
Dear experts,I have a problem with stm8s_conf.h file. I download the Standard Peripheral Libraries officially from ST web page. After I put them all into STVD, I mean the .c and .h files, then I compile. The compiler detects that stm8s_conf.h does no...