cancel
Showing results for 
Search instead for 
Did you mean: 

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

VR.3
Associate II

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.

3 REPLIES 3
Peter BENSCH
ST Employee

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.

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
Guru

> 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".