Skip to main content
Visitor II
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

    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

    VR.3Author
    Visitor II
    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

    Super User
    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.