Search found 3 matches

by kbrafford
Thu Mar 01, 2018 6:03 am
Forum: Other Boards
Topic: asynchronous buffered SPI Slave interface
Replies: 6
Views: 10211

Re: asynchronous buffered SPI Slave interface

That makes sense. I will make my changes to the pyb module. Thanks for your guidance!
by kbrafford
Sat Feb 24, 2018 6:46 am
Forum: Other Boards
Topic: asynchronous buffered SPI Slave interface
Replies: 6
Views: 10211

Re: asynchronous buffered SPI Slave interface

>set to work on ports/stm32/spi.c

STM32 is my board, so that suits me fine, but I can't help but asking, what do I do to make sure my contributions are also useful for the wider micropython audience?
by kbrafford
Thu Feb 22, 2018 12:59 am
Forum: Other Boards
Topic: asynchronous buffered SPI Slave interface
Replies: 6
Views: 10211

asynchronous buffered SPI Slave interface

I need to implement a SPI slave capability that works in the following way: 1) You set up your SPI port as a slave, with the polarity and phase of your configuration, and with a slave select pin 2) You provide an outbound buffer to be pulled from. This will be the MISO bytes that are shifted out the...