Aha, I keep forgetting the getErrorFlags.
getErrorFlags
E.getErrorFlags() =[ "FIFO_FULL" ]
Is there any concept of multithreading in Espruino? I'm not even sure if the CPU supports it.
Pre-calculated junk works fine, I was just using it as an example of a "busy" Espruino, whether that is CPU or talking to the SD card.
I tried setting the SD card baud ridiculously high and it still read data, just again I get the stuck HTTP threads.
I'll try this hardware flow control and see if I can get anywhere.
@dave_irvine started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Aha, I keep forgetting the
getErrorFlags
.Is there any concept of multithreading in Espruino? I'm not even sure if the CPU supports it.
Pre-calculated junk works fine, I was just using it as an example of a "busy" Espruino, whether that is CPU or talking to the SD card.
I tried setting the SD card baud ridiculously high and it still read data, just again I get the stuck HTTP threads.
I'll try this hardware flow control and see if I can get anywhere.