2021-08-04 02:12 AM
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.
2021-08-04 02:29 AM
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
2021-08-04 04:57 AM
2021-08-04 06:56 AM
> 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.