duff2013
duff2013
Right you have to load the binary then initialize your global ulp variables then run your ulp code. I believe this is the same if you use the esp32 IDF...
I'll look into this, thanks for letting me know!
I'm currently working on another project now but will be back with ulptool soon.
Can you give me link to your fixes?
windows is not supported yet with the ulp c compiler. Linux and Mac are so far, I'm planning on adding support in the future. Only assembly files will compile using...
This error you posted says that it didn't find any assembly files (No ULP Assembly File(s) Detected...), does any other ulp examples compile?
oh man thanks for letting know!
For the time being to get it to compile just add blank .s file to your sketch.
I have a fix, basically I just create a blank temporary .s file and compile it to get those files after I delete that temporary file. This is not a...
You need to extend the useable amount of rtc ram seen by the ulp. Try to edit the sdkconfig file in your esp32-arduino install. Search for CONFIG_ULP_COPROC_RESERVE_MEM and add more...