2025-04-24 8:40 AM - last edited on 2025-04-24 8:58 AM by TDK
I AM TRYING TO CONTROL WITH CLRC SPI. MY PROJECT IS WRITTEN WITH LL. I CANNOT ADAPTE THIS FUNCTION. CAN YOU PLEASE HELP ME?
2025-04-24 8:42 AM
I SET IT LIKE THIS BUT IT DID NOT WORK
2025-04-24 9:00 AM
Please don't use all caps, it is distracting.
Is the SPI initialized? Show this.
Show the state of the SPI registers when it is not working.
2025-04-24 9:07 AM
yes spi started there is no problem, attached is the image
2025-04-24 9:08 AM
I think the data order is mixed up, I am doing the same as the example in github.
2025-04-24 10:23 AM
What is "not working" about it? What do you expect to happen? What happens instead? Do you know how to debug the code and step through, examine registers, etc?