Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STVD simulator and 'return' statement

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...

0693W00000Uo7iZQAR.png
Kmax18 by Senior II
  • 1384 Views
  • 0 replies
  • 0 kudos

STM8 for medical use

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.

MCUpwr by Associate III
  • 995 Views
  • 0 replies
  • 0 kudos

Can't get HSIRDY flag raised

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...

Kolab by Senior
  • 1257 Views
  • 0 replies
  • 0 kudos

Missing something: STM8 ADC only returns $3ff. Checked power & clock enables. Would appreciate a simple assembler example of a single conversion routine. .

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