Questions tagged [stm8]

The STM8 is an 8-bit microcontroller by STMicroelectronics.

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…
1 2 3 4 5
6