Skip to main content
VR.3
Associate
August 4, 2021
Question

I am using STM32F303K8T6, I am looking for SPI example program on LL

  • August 4, 2021
  • 2 replies
  • 1337 views

In the ST site I could only find HAL example program , I need LL example program for STM32f303K8T6 SPI .can you help me with that.

This topic has been closed for replies.

2 replies

Peter BENSCH
Technical Moderator
August 4, 2021

You will find LL examples for the STM32F334, e.g. in your repository under Projects\STM32F334R8-Nucleo\Examples_LL\SPI or on Github.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
VR.3
VR.3Author
Associate
August 4, 2021

hi, I saw that example in stm32f334 nucleo but it an interrupt but i am using polling method so not able to transmit data below is my attached code i have done whatever is written in reference manual

TDK
August 4, 2021

> i have done whatever is written in reference manual

Why do you think it's not working? Have you looked at the signals being sent on the line? What are you expecting to happen?

Might consider adding a delay between sending bytes.

"If you feel a post has answered your question, please click ""Accept as Solution""."