Skip to content

STM32F411 ulora pin allocation problem #12759

Discussion options

You must be logged in to vote

The Blackpill should be very similar to the Pyboard.
So iirc you have two options: use the pyb module spi or the machine module spi. For some reason I had to use SoftSPI in my works.
I seem to remember I had the same problem then. So this might be worth exploring, even on the Pyboard.

Could you change your code example to include imports and replace class references like self._spi_channel[1] with values that are self-consistent. Then we may try it out without reworking and guessing the values.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@davefes
Comment options

@davefes
Comment options

Answer selected by davefes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants