I am novice to freeRTOS. I am currently working on a project that uses cerebot Mx7ck(PIC32) running freeRTOS. I need to read buttons using some events(i.e using button input as input event)? But I am not allowed to use polling technique or ISR available in freeRTOS.
Professor suggested to use event handler. I do not know anything about event management in freeRTOS. It looks like there is no event handler and management in freeRTOS without using interrupt service routines.
Please help. I got stuck in this for quite a while.