Search found 4 matches

by toxadi
Thu Nov 23, 2017 2:21 pm
Forum: ESP-IDF
Topic: Stack overflow when trying to use tasks
Replies: 5
Views: 28972

Re: Stack overflow when trying to use tasks

That was it, thank you very much!

I could never think that 1k is "pretty low", being deeply carved by my pic16c84 days with 36 bytes of RAM :) Wow...

It does make sense though, considering what is being run

Thanks again
by toxadi
Wed Nov 22, 2017 12:08 pm
Forum: ESP-IDF
Topic: Stack overflow when trying to use tasks
Replies: 5
Views: 28972

Stack overflow when trying to use tasks

Hello all, I have been trying to start a project using a WROOM module with an SD card, humifdity, temp, GPS and some other sensors but I am stuck at base level. I want to use different tasks for each sensor, sending messages to the SD card task, so that it will write when needed to the card but I ha...
by toxadi
Fri Nov 03, 2017 9:56 am
Forum: ESP-IDF
Topic: ESP32 IDF RTOS SDK vs NON-OS SDK
Replies: 3
Views: 7757

Re: ESP32 IDF RTOS SDK vs NON-OS SDK

I only realized it moments after hitting submit... Wrong forum, wrong question :)
by toxadi
Wed Nov 01, 2017 12:06 pm
Forum: ESP-IDF
Topic: ESP32 IDF RTOS SDK vs NON-OS SDK
Replies: 3
Views: 7757

ESP32 IDF RTOS SDK vs NON-OS SDK

Hello all, What are the main advntages-disadvantages for the OS or NON-OS version? Ok, I understand the consept of tasks and how an operating system works, context switching, mutexes etc but are there limitations, or more support in one of the two options. There has to be a strategic decision on how...