What is the alternative for binarySemaphores when not using FreeRTOS?
Hello,
I am using the STM32F746-discovery board, along with touchgfx in NoRTOS mode. What I am trying to do is whenever the keyboard key is pressed (USB HID configured), the ASCII of that particular key should be sent to the model, then to the viewpresenter, and finally to the view.
In FreeRTOS, I was using binarsemaphores to activate the model, but I'm unsure how to perform the same functionality without using the OS.
Anyone who knows how to tell the model that there has been something to update.
Thanks.
