Search found 4 matches
- Thu Jul 29, 2021 2:02 pm
- Forum: General Discussion
- Topic: extensive FS / ISR problem
- Replies: 4
- Views: 2979
Re: extensive FS / ISR problem
Thank you very much, it enlightened me a lot. I was able to understand the problem, now develop a solution.
- Thu Jul 29, 2021 1:54 am
- Forum: General Discussion
- Topic: extensive FS / ISR problem
- Replies: 4
- Views: 2979
Re: extensive FS / ISR problem
Do all sub-function calls also need to be in IRAM?ESP_Sprite wrote: ↑Thu Jul 29, 2021 1:42 amSounds like that ISR is marked as being entirely in IRAM while in fact, it's not. Hard to say without the full error or the code.
- Wed Jul 28, 2021 8:19 pm
- Forum: ESP32 Arduino
- Topic: extensive FS / ISR problem
- Replies: 0
- Views: 1664
extensive FS / ISR problem
For some time I've been trying to solve this problem and I can't, the fact is. I have an esp32 saving settings, and it gets an ISR from LoRa. Despite semaphoro deals, apparently, the act of happening the ISR while manipulating the flash is a problem. Any suggestion? PC: 0x40008150 EXCVADDR: 0x000000...
- Wed Jul 28, 2021 8:17 pm
- Forum: General Discussion
- Topic: extensive FS / ISR problem
- Replies: 4
- Views: 2979
extensive FS / ISR problem
For some time I've been trying to solve this problem and I can't, the fact is. I have an esp32 saving settings, and it gets an ISR from LoRa. Despite semaphoro deals, apparently, the act of happening the ISR while manipulating the flash is a problem. Any suggestion? PC: 0x40008150 EXCVADDR: 0x000000...