Search found 3 matches
- Mon Apr 26, 2021 10:19 pm
- Forum: ESP-IDF
- Topic: GPIO_STATUS_REG vs GPIO_ACPU_INT_REG and GPIO_PCPU_INT_REG
- Replies: 1
- Views: 1845
Re: GPIO_STATUS_REG vs GPIO_ACPU_INT_REG and GPIO_PCPU_INT_REG
I'm still interested in any information that is available on this subject.
- Fri Apr 09, 2021 7:18 pm
- Forum: ESP-IDF
- Topic: GPIO_STATUS_REG vs GPIO_ACPU_INT_REG and GPIO_PCPU_INT_REG
- Replies: 1
- Views: 1845
GPIO_STATUS_REG vs GPIO_ACPU_INT_REG and GPIO_PCPU_INT_REG
I am trying to write my own GPIO ISR handler for use with gpio_isr_register() and I have run into something interesting. It looks like the ISR that is installed if you run gpio_install_isr_service() uses gpio_hal_get_intr_status() which ultimately resolves down to a read of either GPIO_ACPU_INT_REG ...
- Mon Nov 23, 2020 5:39 pm
- Forum: ESP-IDF
- Topic: Problems defining component that uses code generation
- Replies: 1
- Views: 3562
Problems defining component that uses code generation
I am trying to build a component for ESP-IDF v4.1, that uses code generation to generate .cpp and .h files. There is a section in the build system documentation titled "Source Code Generation" that I am trying to use as a reference. The application is not open source, so I will post a minimal dummy ...