Search found 2 matches
- Thu Mar 07, 2024 7:49 am
- Forum: Report Bugs
- Topic: ISR and semaphore not working
- Replies: 3
- Views: 10631
Re: ISR and semaphore not working
It immediately restarts and does nothing.
- Wed Mar 06, 2024 7:09 am
- Forum: Report Bugs
- Topic: ISR and semaphore not working
- Replies: 3
- Views: 10631
ISR and semaphore not working
I am trying to get a transaction from SPI (later send it over wifi). This transaction is to be done with an interrupt on a GPOI.
I am using ESP32C6miniDev kit
ESP-IDF 5.1.2
Here is my approach
Create a function to handle semaphore
SemaphoreHandle_t sem_mutex=NULL;
void IRAM_ATTR GOPIisr_handler ...
I am using ESP32C6miniDev kit
ESP-IDF 5.1.2
Here is my approach
Create a function to handle semaphore
SemaphoreHandle_t sem_mutex=NULL;
void IRAM_ATTR GOPIisr_handler ...