cancel
Showing results for 
Search instead for 
Did you mean: 

Spi in stm32f303k8

VR.3
Associate II

hi,

i am using stm32f3 nucleo board in that i am initilization the spi in polling mode but not able to receive and transmit data usin ll driver where as when using hal it working properly

4 REPLIES 4

Then you are doing something wrong.

Read out and check/compare SPI and GPIO registers content. Single-step through the functions and find out what do they do differently.

JW

VR.3
Associate II

@Community member​ 

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

Read out and check/post SPI and relevant GPIO registers content.

JW

TDK
Guru

I don't know what question was first, but it's generally poor form to post near duplicate questions without waiting for responses:

https://community.st.com/s/question/0D53W000010PGnoSAG/i-am-using-stm32f303k8t6-i-am-looking-for-spi-example-program-on-ll

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