Resolved! STM32F1 atomic operation (ISR and main variable sharing) and assembly question
Dear all,I'm checking if a variable assignement is atomic or not. I know that are many stuff on this subject but I need to approach from a low level perspective to better know what happen under the scene and then have better control of my code.To do ...