-
Notifications
You must be signed in to change notification settings - Fork 169
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
esp-hosted-fg SPI can't use pin 33 as HS or DR #315
Comments
WRITE_PERI_REG are all slave side part. You can always change the host, as per your need. I am still trying to understand the problem, if you could detail a bit. |
spi_slave_api_.c the io 33 mask for WRITE_PERI_REG is I think correct is
|
Yes. You are correct. |
just 1ll is not enough
there is |
Yes, you are absolutely correct. |
I see now, there is already a PR #248 from last year |
functions
set_handshake_gpio
,reset_handshake_gpio
,set_dataready_gpio
andreset_dataready_gpio
useWRITE_PERI_REG
which treats mask as a 32 bit value.I want to make esp-hosted-fg work on Arduino Nano RP2040 Connect where the io available for DR and HS are io 0 and io 33.
The text was updated successfully, but these errors were encountered: