User Activity

Task Description:I'm trying to update a text on the screen when a button is pressed. I want to achieve this using the event functionality in FreeRTOS.The control flow is more or less like this:Button pressed -> External Interrupt -> Callback function...