Skip to main content
LEssi
Associate
January 18, 2019
Question

SPI implamintation on STM32L476RG board

  • January 18, 2019
  • 2 replies
  • 692 views

Hello.

Can I implament SPI protocol on STM32L476RG board?

I searched for a SPI library but could not find it.

If I can, so how to do this?

Thanks

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
January 18, 2019

Read the SPI chapter in the reference manual, and then write code which implements features you want.

JW

S.Ma
Principal
January 19, 2019

SPI HW peripheral basic examples can be found in the Cube library project examples SPI folder

As nucleo board does not have any application configuration (companion chips), the example requires xtra coding to get to the appli level library.