Search found 1 match
- Mon Aug 14, 2023 10:49 am
- Forum: General Discussion
- Topic: Turning off interrupts on core 1
- Replies: 13
- Views: 20128
Re: Turning off interrupts on core 1
unfortunately not. I did a kludgy solution whereby I communicate to the second core via a global shared volatile variable that it should temporarily turn on interrupts. I then do the NVS operations and tell the other core that it can turn interrupts off again. I would prefer a cleaner solution but ...