-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ULP program: output not working #3148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What pins are not working? Not all pins are free to use. Also GPIO34, 35, 36 and 39 are input only, so these pins will never let you blink a led |
I tried GPIO 0, 2, 4, 15, 13, 12, 25, 26, 32, 33 and others like 36. Only 0, 2, and 4 working fine. But other pins not. I found this tweet and I tried with this map: https://twitter.com/i/web/status/1142776900449787904 When I tried with c code for GPIO12. The typical blink example and pin 12 works fine as output:
Maybe it is because I am not initializing the pins as outputs? |
@Jeroen88 I can use GPIO 32, 33, 25, 26, 27, 2, 0, 4 Right? |
According to this link you should be able to use more pins, maybe dependent on the development board you are using. |
I am trying to make blink a led with ULP
It works for some ports but not for others. GPIO 02 works fine 15 too but other no.
Got this code somewhere on the internet.
Here is the code
Anyone knows why it does not work for all the ports?
The text was updated successfully, but these errors were encountered: