Hi :) I am actually interested particularly in the STM8L151 series, but as I understood this is a global problem for all ST MCUs (and even from other companies - but the ST stocks seems particularly bad).I designed my product expecting to buy STM8L15...
Hello Community,I am new to STM8. I have used STM32 Cube IDE. I want to check the code size of the GPIO example for STM8L101F3U6ATR MCU.I can not find example codes in STM32 cube mx.Can anyone please tell me the approx size of GPIO example.Thanks,Hir...
I want to try asm code in STVD for STM8S001J3, could anyone here give me an example?
I am working with an STM8L001J3 and the application needs to go from power up to triggering a GPIO Port B Pin 3 as soon as possible. As this will be the only GPIO used, does anything further need to be done to ensure SWIM function remains accessible ...
Hi All,We have STM8S207C8T6 parts with different COO and some have MSL listed as 2 on the manufacturing label and the others have 3 as MSL. Please advise which MSL is the correct one or they are both correct? Thank you.
I code in STVD + COSMIC for STM8S001J3, it was prompted:----------- Project test_stm8s001j3 - STM8 Cosmic - Configuration Debug ------------- Compiling main.c... cxstm8 -if:\stm8\stm8s_stdperiph_lib\libraries\stm8s_stdperiph_driver -if:\stm8\stm8s_...
Hi,for a product I want to activate read-out-protection (ROP) via option byte, to prevent misuse via the SWIM interface. However, is it possible to disable it again from the application (given a "secret" condition)? Page 50 in RM0016 indicates that A...