SPI implamintation on STM32L476RG board
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-18 10:49 AM
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
Labels:
- Labels:
-
SPI
-
STM32L4 series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-18 11:43 AM
Read the SPI chapter in the reference manual, and then write code which implements features you want.
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-18 7:49 PM
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.
