Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I have an STLINK-V3SET with MB140B adapter.I am trying to program an STM8S003F3P (minimum evaluation board) over SWIMI've installed the en.stsw-link009 driver on my Windows10I've put jumpers on JP4 and JP6My code is specific for STM8S and compiled an...
Hello,The STM8S003F3 is a Value Line device with quite small number of write/erase cycles. The data sheet says:Program memory: 8 Kbyte Flash memory; data retention 20 years at 55 °C after 100 cycles---My wife is going to use very cheap W1209 thermost...
AN2957 is specifically for RC5 IR transmitter. I need implementation support for Reciver/Detector using STM8 series of MCUs.There is AN3174 which has the basics of RC5 but the implementation is focussed on STM32 series.
The chip I use is STM8S003F3. When using Flash block erase, it is executed in RAM. If the offset of the Flash address is used with a 32-bit variable, the execution will cause an error. Can this 8-bit microcontroller use 32-bit addressing in RAM?
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...