Search found 5 matches
- Tue Dec 07, 2021 9:10 am
- Forum: Report Bugs
- Topic: ESP32 high level interrupt memory access issue
- Replies: 3
- Views: 11357
Re: ESP32 high level interrupt memory access issue
In this commit, https://github.com/HaydenDekker/ls-t-gpio-isr-w-int-alloc/commit/4f6e6f51d32d2ed9460b3d4074fa42ad13625e60 I've removed line 64 and in line 65 I'm using the peripheral GPIO interrupt status to clear itself. The issue is still present which proves my error is in attempting to set the v...
- Tue Dec 07, 2021 8:18 am
- Forum: Report Bugs
- Topic: ESP32 high level interrupt memory access issue
- Replies: 3
- Views: 11357
Re: ESP32 high level interrupt memory access issue
Thanks for your reply, Unfortunately that suggestion did not resolve my issue. Please see the updated code base where I've stored and restored the registers I use. hmm. Any more ideas? Am I in the right forum to? I'm thinking I need to isolate the issue a bit more. I reckon it has to be in the s32i ...
- Mon Dec 06, 2021 10:45 am
- Forum: Report Bugs
- Topic: ESP32 high level interrupt memory access issue
- Replies: 3
- Views: 11357
ESP32 high level interrupt memory access issue
Hello All, Looking for some help on an issue I'm having with using high level interrupts and memory access inconsistencies. In a HLI level 5, I'm trying to get the GPIO_STATUS_REG value but the program kept returning 0. Then randomly I added a few lines of code, that simple increments a variable and...
- Sat Nov 27, 2021 2:10 am
- Forum: ESP-IDF
- Topic: compile error 'Parsed a negative serial number' after fresh install in base.py
- Replies: 2
- Views: 6140
Re: compile error 'Parsed a negative serial number' after fresh install in base.py
Ahh found the git issue,
https://github.com/espressif/esp-idf/issues/7631
That fixed the problem for me.
https://github.com/espressif/esp-idf/issues/7631
That fixed the problem for me.
- Fri Nov 26, 2021 11:40 am
- Forum: ESP-IDF
- Topic: compile error 'Parsed a negative serial number' after fresh install in base.py
- Replies: 2
- Views: 6140
Re: compile error 'Parsed a negative serial number' after fresh install in base.py
Have the same issue, on both 2021 09 and 2021 06 eclipse with IDF 4.3.1. Looking forward to a fix.