moggiozzi

Results 3 comments of moggiozzi

> In this case there is already a pending value in the report buffer, so it has to be sent immediately. Otherwise the value in the buffer would be lost....

> ESP_INTR_FLAG_LEVEL3 1) Using the ESP_INTR_FLAG_LEVEL3 flag does not help (add changes to [test project](https://github.com/moggiozzi/esp32gpioint)) ``` #ifdef USE_GPIO_ISR_SERVICE ret |= gpio_install_isr_service(ESP_INTR_FLAG_IRAM | ESP_INTR_FLAG_LEVEL3); ret |= gpio_isr_handler_add(INT_GPIO_PIN, gpio_isr_handler, NULL); #else ret...

> How about pin Bluetooth and GPIO interrupts to different cores? I think this is already done, since the project defaults settings is `Component config - Bluetooth - Bluedroid Options...