Search found 2 matches

by ssklive
Thu Mar 07, 2024 7:49 am
Forum: Report Bugs
Topic: ISR and semaphore not working
Replies: 3
Views: 3588

Re: ISR and semaphore not working

It immediately restarts and does nothing.
by ssklive
Wed Mar 06, 2024 7:09 am
Forum: Report Bugs
Topic: ISR and semaphore not working
Replies: 3
Views: 3588

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(void...