Skip to content

SPI support to other libraries using TRANSMIT ONLY or RECEIVE ONLY #2448

Closed Answered by fpistm
AndreoBotelho asked this question in Q&A
Discussion options

You must be logged in to vote

About your issue with clock divider did you check the clock config?
About the need of miso, yes it is required to properly init the SPI:

/* Pins MOSI/MISO/SCLK must not be NP. ssel can be NP. */
if (spi_mosi == NP || spi_miso == NP || spi_sclk == NP) {
core_debug("ERROR: at least one SPI pin has no peripheral\n");
return;
}

About DMA, it is not planned. Anyway, feel free to contribute 😉

I see no specific issue (except maybe the clock divider) so what did you expect?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2443 on July 17, 2024 14:25.