Using STVD with Cosmic C compiler. A bit in a global variable is being set unexpectedly. How can I prevent that?
I am modifying code for the NUCLEO-8S208RB used with X-NUCLEO-NFC05A1 NFC reader. The code was originally developed by ST. I need to modify it for my own application. So, I created my own global variables and gotten rid of unnecessary code. So far ev...