Question
How to declare RAM variable as volatile in STM8 assembly language
Hi All,
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 me that how to declare any variable as volatile in STM8 assembly.
