Hello,
I would like to use an STM32 as SPI slave, which sends data to an SPI master on request of the master. Unfortunately all Arduino examples are Atmega specific. Does anyone have a source code example for me?
Thanks
I2C Slave
Re: I2C Slave
Hi,
which core you used?
viewtopic.php?f=2&t=301
I guess this issue was opened by you: https://github.com/rogerclarkmelbourne/ ... /issues/97
So I guess you use LibMaple ?
which core you used?
viewtopic.php?f=2&t=301
I guess this issue was opened by you: https://github.com/rogerclarkmelbourne/ ... /issues/97
So I guess you use LibMaple ?
Re: I2C Slave
Thanks for your quick response.
Yes I opened the issue but closed it again immediately, because I noticed that it is in the wrong area.
I use a ST Nucleo L412KB with a STM32L412KBU6U.
Yes I opened the issue but closed it again immediately, because I noticed that it is in the wrong area.
I use a ST Nucleo L412KB with a STM32L412KBU6U.
Re: I2C Slave
You don't really answer the question.
Anyway as you used an L412, I guess you used the STM32 core.
Then in the Wire example you will find what you are looking for.
Anyway as you used an L412, I guess you used the STM32 core.
Then in the Wire example you will find what you are looking for.
Re: I2C Slave
Sorry, SPI
but your topics is I2C slave ...

Re: I2C Slave
Sorry, was a mistake on my part 
