Any one can help on this .
Thank You
Search found 2 matches
- Tue Dec 20, 2022 7:18 am
- Forum: ESP-IDF
- Topic: High Level Interrupt linking issue;
- Replies: 1
- Views: 995
- Mon Nov 28, 2022 12:24 am
- Forum: ESP-IDF
- Topic: High Level Interrupt linking issue;
- Replies: 1
- Views: 995
High Level Interrupt linking issue;
Hello All ; I'm working simple GPIO capture project. it should work fastest as much as possible. So decided to use High Level Interrupt. I guess , i couldn't compile it in correct way, when the interrupt occurs, its directly jump to default routines ( "xtensa_vector_default.S") My code is below. Cou...