Joseph Ogbonna
Joseph Ogbonna
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 5/30/2024 in #middleware-and-os
How do I implement an interrupt service routine (ISR) in FreeRTOS?
You can achieve this with the following steps 1. Configure the button press as an interrupt source. 2. Write the ISR to give a binary semaphore when the button is pressed. 3. Create a task that takes the semaphore and runs when the semaphore is given.
8 replies