You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement proposal related to a problem? Please describe.
A clear and concise description of what the problem is.
I'd like to use SPIS on the Particle Argon but I can't figure out the csn-pin to use. I believe boards > arm > particle_argon > dts >mesh_feather_spi_spi1.dtsi references the nrf52 pin assignments. This leads me to believe I need to look at nordic, however I'm struggling to see the relation between the dtsi file and nordic's documentation.
Could someone who knows something help with understanding the mapping of gpio1 15 -> 47, gpio1 14 -> 46, gpio1 13 -> 45 and my problem which is gpio0 31 -> ?, and how they got there?
I'm unsure if this is correct but it seems like a pretty good guess. Since a GPIO bus goes from [0 ... 31] and gpio1 is the "next" bus the mapping is gpio1 14 = 31 + 14 + 1 (indexing 0) = 46. So the pins are referencing the GPIO number plus whatever bus they are on. Hate when things seem obvious after the fact. I can't find documentation on this so I assume this is just a known convention I haven't come across before.
Is your enhancement proposal related to a problem? Please describe.
A clear and concise description of what the problem is.
I'd like to use SPIS on the Particle Argon but I can't figure out the csn-pin to use. I believe boards > arm > particle_argon > dts >
mesh_feather_spi_spi1.dtsi
references the nrf52 pin assignments. This leads me to believe I need to look at nordic, however I'm struggling to see the relation between the dtsi file and nordic's documentation.Could someone who knows something help with understanding the mapping of gpio1 15 -> 47, gpio1 14 -> 46, gpio1 13 -> 45 and my problem which is gpio0 31 -> ?, and how they got there?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Documentation/
mesh_feather_spis_spi1.dtsi
exampleThe text was updated successfully, but these errors were encountered: