The STM8 is an 8-bit microcontroller by STMicroelectronics.
Questions tagged [stm8]
76 questions
-1
votes
1 answer
How to declare RAM variable as volatile in STM8 assembly language
I want to know how i can declare any RAM variable as volatile in STM8 assembly language. I have one variable, which is shared between ISR and main function. It is causing issue during updates, when the software is in free run mode.
Can anyone tell…

Hitesh Kumar Tiwari
- 69
- 7