I’m new to the ESP8266 but have been designing embedded RTOS software on ARM micro for years.
Based on that experience and comfortability, I elected to start off using the RTOS SDK for the ESP.
I’m simply testing some basic concepts to check out the performance:
example: Open a UDP socket and accept incoming data packets .. do nothing with them.
I’m using the gdbstubb right now because I was unable to get my jtag connection working.
I’m getting random SIG faults from inside the SDK — can’t debug them to discover why.
Any one that’s been developing for the ESP over a good length of time — what is your opinion on the better of the two platforms to use: the non-os SDK or the RTOS version?
Any comments appreciated.