Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
I am testing the STM8 SPL with the STVD IDE and Cosmic compiler. The target is a NUCLEO-8S208RB board. During simulation of the SPL example 'UART_interrupt' the function Buffercmp() in the below screenshot behaved as follows.Observation: the statemen...
We need STM8 MCU types for use in medical instruments. Does ST have Medical grade STM8 MCU's? It must be recommended for new design with long life time.
Hello! I'm trying to configure TIM1 in encoder mode programming on bare metal. But problem comes up when I try to enable the HSI: the clock is enabled but it doesn't get ready. I use the #include "iostm8s003f3.h" library.void clock_config(void){clock...
Tried Many kinds of register loading & execution orders. Somewhat new to ST, learned uCs mid 90s on Motorola 908xx. Trying to use ADC8 & 9 on an S208MB as a test platform until S105Js become available. Thanks in advance, Kevin
Hi,hello, can someone tell me how to enable and disable external interrupts on the ST Visual Develop interface. I use the general library. Thanks.And no matter what I do, first the external interrupt routine switches as if it has a priority.
Looking for user manual for integrated circuit 09385521
I am testing the STM8S Standard Peripheral Library (SPL) with a NUCLEO-8S208RB dev board. The SPL examples were written for the STM8/128-EVAL board, but can be tailored for the Nucleo. I am using the latest STVD and STVP dev tools.The SPL example 'UA...