Compiling ULP Assembler Code How-To using ESP-IDF #24475
Unanswered
belveder79
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Did you try the web app on this page: The only remaining way to use ULP is to build a ESP-IDF project and then to convert the resulting code. I will check the current state, when I find the time. A few months ago it still did work, but sadly things can change. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build some assembler code for the ULP module grabbing and modifying some example code from here. However, I can't really get anything working following the tutorial given here.
What it states is that using the Micropython-on-ESP32 is deprecated and should not be used, but I can't get the other things working either. I don't even get to the point where I could use this
[binS2Berry.py](https://github.com/Staars/berry-examples/blob/main/ulp_helper/binS2Berry.py)?target=https://github.combecause I can't get the assembler code to compile. What I did was:wake_gpio.Sand tried to compilethat fails with a ton of errors like
Can someone provide an example project or setup to get this to work? Thx
Beta Was this translation helpful? Give feedback.
All reactions