2023-11-07 12:48 PM
Hello,
I have a EVSPIN32F02Q1S1 and I am attempting to communicate between the EVSPIN32F02Q1S1 and another device over SPI (Jetson Nano running Linux/Ubuntu). I was looking into using spidev to communicate but I cannot seem to find any details or information on any of the datasheets of EVSPIN32F02Q1S1 regarding the SPI interface. I know the EVSPIN32F02Q1S1 has a STSPIN32F0251Q chip on it but on the datasheet for the STSPIN32F0251Q I cannot seem to find any info on the SPI interface. I was wondering if anyone else was having this problem? Am I looking in the wrong location?
I looked under both the STSPIN32F0251Q and EVSPIN32F02Q1S1 pages
Solved! Go to Solution.
2023-11-07 01:42 PM
Finally found it!
https://www.st.com/resource/en/datasheet/stm32f031c4.pdf
Rookie mistake my apologies :(
2023-11-07 12:49 PM
I was hoping to implement something like this
https://wiki.st.com/stm32mpu/wiki/How_to_use_SPI_from_Linux_userland_with_spidev
2023-11-07 01:42 PM
Finally found it!
https://www.st.com/resource/en/datasheet/stm32f031c4.pdf
Rookie mistake my apologies :(