Search found 3 matches
- Mon Dec 19, 2022 5:51 pm
- Forum: ESP-MDF
- Topic: using esp-mdf with esp-idf 5.0
- Replies: 1
- Views: 35498
using esp-mdf with esp-idf 5.0
Hi, I'm using esp-mdf in my project and everything worked fine with esp-idf 4.4 but I wanted to upgrade esp-idf to version 5.0 and have some problems with building project. I supose its because changed dependency directories between 4.4->5.0. I tried to fix that but got stuck fixing 'esp_mesh' depen...
- Tue Apr 12, 2022 10:16 am
- Forum: ESP-IDF
- Topic: Static task works, dynamic not - Not enough memory?
- Replies: 2
- Views: 1935
Re: Static task works, dynamic not - Not enough memory?
1. How does it fail? 2. 4K is a very low amount of stack you're allocating. Try to increase that, see if it fixes things. 1. Those are logs from monitor, the error is in wifi initialization function. But during debuging, the error appeard on earlier stage of program, so I guess it isn't the cause e...
- Mon Apr 11, 2022 8:46 am
- Forum: ESP-IDF
- Topic: Static task works, dynamic not - Not enough memory?
- Replies: 2
- Views: 1935
Static task works, dynamic not - Not enough memory?
Hi, I have running code but for some time now adding new line of code (e.g. MDF_LOGI or watchdog) causes problem with initialization of program when I load wifi configuration, ... etc. from NVS. I needed to add watchdogs to both tasks. I guess its a problem with memory because I changed one task fro...